Class PojoEventContexts
java.lang.Object
org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hibernate.search.util.common.reporting.EventContextfromAnnotation(Annotation annotation) static org.hibernate.search.util.common.reporting.EventContextfromAnnotationType(Class<? extends Annotation> annotationType) static org.hibernate.search.util.common.reporting.EventContextfromConstructor(PojoConstructorModel<?> constructor) static org.hibernate.search.util.common.reporting.EventContextfromMethodParameter(PojoMethodParameterModel<?> parameter) static org.hibernate.search.util.common.reporting.EventContextfromPath(PojoModelPath unboundPath) static org.hibernate.search.util.common.reporting.EventContextfromType(PojoRawTypeIdentifier<?> typeIdentifier) static org.hibernate.search.util.common.reporting.EventContextfromType(PojoRawTypeModel<?> typeModel) static org.hibernate.search.util.common.reporting.EventContext
-
Method Details
-
fromType
public static org.hibernate.search.util.common.reporting.EventContext fromType(PojoRawTypeModel<?> typeModel) -
fromType
public static org.hibernate.search.util.common.reporting.EventContext fromType(PojoRawTypeIdentifier<?> typeIdentifier) -
projectionConstructor
public static org.hibernate.search.util.common.reporting.EventContext projectionConstructor() -
fromConstructor
public static org.hibernate.search.util.common.reporting.EventContext fromConstructor(PojoConstructorModel<?> constructor) -
fromMethodParameter
public static org.hibernate.search.util.common.reporting.EventContext fromMethodParameter(PojoMethodParameterModel<?> parameter) -
fromPath
public static org.hibernate.search.util.common.reporting.EventContext fromPath(PojoModelPath unboundPath) -
fromAnnotation
public static org.hibernate.search.util.common.reporting.EventContext fromAnnotation(Annotation annotation) -
fromAnnotationType
public static org.hibernate.search.util.common.reporting.EventContext fromAnnotationType(Class<? extends Annotation> annotationType)
-