Class PojoEventContexts

java.lang.Object
org.hibernate.search.mapper.pojo.reporting.spi.PojoEventContexts

public final class PojoEventContexts extends Object
  • 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)