Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
-
-
Uses of PojoConstructorModel in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl that return types with arguments of type PojoConstructorModel Modifier and Type Method Description protected List<PojoConstructorModel<Map>>HibernateOrmDynamicMapRawTypeModel. createDeclaredConstructors() -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoConstructorModel Modifier and Type Method Description SearchExceptionLog_$logger. cannotFindConstructorParameter(PojoConstructorModel<?> constructorModel, int index)SearchExceptionLog. cannotFindConstructorParameter(PojoConstructorModel<?> constructorModel, int index)SearchExceptionLog_$logger. errorRetrievingConstructorParameterTypeModel(int parameterIndex, PojoConstructorModel<?> constructorModel, Exception cause)SearchExceptionLog. errorRetrievingConstructorParameterTypeModel(int parameterIndex, PojoConstructorModel<?> constructorModel, Exception cause)Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoConstructorModel Modifier and Type Method Description SearchExceptionLog_$logger. cannotFindConstructorWithParameterTypes(PojoRawTypeModel<?> typeModel, Class<?>[] parameterTypes, Collection<? extends PojoConstructorModel<?>> constructors)SearchExceptionLog. cannotFindConstructorWithParameterTypes(PojoRawTypeModel<?> typeModel, Class<?>[] parameterTypes, Collection<? extends PojoConstructorModel<?>> constructors) -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.logging.spi
Constructors in org.hibernate.search.mapper.pojo.logging.spi with parameters of type PojoConstructorModel Constructor Description PojoConstructorModelFormatter(PojoConstructorModel<?> constructorModel) -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type PojoConstructorModel Constructor Description ConstructorMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, PojoConstructorModel<?> constructorModel, Annotation annotation, AnnotationHelper annotationHelper)MethodParameterMappingAnnotationProcessorContextImpl(PojoConstructorModel<?> constructorModel, PojoMethodParameterModel<?> methodParameterModel, Annotation annotation, AnnotationHelper annotationHelper) -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoConstructorModel Modifier and Type Class Description classPojoHCAnnConstructorModel<T>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return types with arguments of type PojoConstructorModel Modifier and Type Method Description protected List<PojoConstructorModel<T>>AbstractPojoHCAnnRawTypeModel. createDeclaredConstructors() -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.model.spi
Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoConstructorModel Modifier and Type Method Description PojoConstructorModel<T>AbstractPojoRawTypeModel. constructor(Class<?>... parameterTypes)PojoConstructorModel<T>PojoRawTypeModel. constructor(Class<?>... parameterTypes)PojoConstructorModel<T>AbstractPojoRawTypeModel. mainConstructor()PojoConstructorModel<T>PojoRawTypeModel. mainConstructor()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoConstructorModel Modifier and Type Method Description protected abstract List<PojoConstructorModel<T>>AbstractPojoRawTypeModel. createDeclaredConstructors()Collection<PojoConstructorModel<T>>AbstractPojoRawTypeModel. declaredConstructors()Collection<PojoConstructorModel<T>>PojoRawTypeModel. declaredConstructors()Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoConstructorModel Constructor Description PojoConstructorIdentifier(PojoConstructorModel<?> constructor) -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoConstructorModel Modifier and Type Method Description static EventContextPojoEventContexts. fromConstructor(PojoConstructorModel<?> constructor) -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.binding.impl with parameters of type PojoConstructorModel Constructor Description ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor)ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor, ProjectionBindingContextImpl<?> parentBindingContext, TreeNestingContext nestingContext)
-