Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoConstructorModel
Packages that use PojoConstructorModel
Package
Description
-
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 PojoConstructorModelModifier and TypeMethodDescriptionprotected 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 PojoConstructorModelModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.cannotFindConstructorParameter(PojoConstructorModel<?> constructorModel, int index) Log.cannotFindConstructorParameter(PojoConstructorModel<?> constructorModel, int index) final SearchExceptionLog_$logger.errorRetrievingConstructorParameterTypeModel(int parameterIndex, PojoConstructorModel<?> constructorModel, Exception cause) Log.errorRetrievingConstructorParameterTypeModel(int parameterIndex, PojoConstructorModel<?> constructorModel, Exception cause) Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoConstructorModelModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.cannotFindConstructorWithParameterTypes(PojoRawTypeModel<?> typeModel, Class<?>[] parameterTypes, Collection<? extends PojoConstructorModel<?>> constructors) Log.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 PojoConstructorModelModifierConstructorDescriptionPojoConstructorModelFormatter(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 PojoConstructorModelModifierConstructorDescriptionConstructorMappingAnnotationProcessorContextImpl(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 PojoConstructorModelMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return types with arguments of type PojoConstructorModelModifier and TypeMethodDescriptionprotected 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 PojoConstructorModelModifier and TypeMethodDescriptionfinal PojoConstructorModel<T>AbstractPojoRawTypeModel.constructor(Class<?>... parameterTypes) PojoRawTypeModel.constructor(Class<?>... parameterTypes) final PojoConstructorModel<T>AbstractPojoRawTypeModel.mainConstructor()PojoRawTypeModel.mainConstructor()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoConstructorModelModifier and TypeMethodDescriptionprotected abstract List<PojoConstructorModel<T>>AbstractPojoRawTypeModel.createDeclaredConstructors()AbstractPojoRawTypeModel.declaredConstructors()PojoRawTypeModel.declaredConstructors()Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoConstructorModel -
Uses of PojoConstructorModel in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoConstructorModelModifier and TypeMethodDescriptionstatic 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 PojoConstructorModelModifierConstructorDescriptionProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor) ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor, ProjectionBindingContextImpl<?> parentBindingContext, TreeNestingContext nestingContext)