Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
-
-
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoBootstrapIntrospector Modifier and Type Class Description classHibernateOrmBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.bridge.binding.impl
-
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.mapping.impl with parameters of type PojoBootstrapIntrospector Constructor Description Builder(PojoBootstrapIntrospector introspector, TypePatternMatcherFactory typePatternMatcherFactory) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return PojoBootstrapIntrospector Modifier and Type Method Description PojoBootstrapIntrospectorPojoMappingHelper. introspector()Constructors in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type PojoBootstrapIntrospector Constructor Description PojoMapper(MappingBuildContext buildContext, TypeMetadataContributorProvider<PojoTypeMetadataContributor> contributorProvider, PojoBootstrapIntrospector introspector, ContainerExtractorBinder extractorBinder, BridgeResolver bridgeResolver, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge, IdentityMappingMode containedEntityIdentityMappingMode, TenancyMode tenancyMode, ReindexOnUpdate defaultReindexOnUpdate, PojoMapperDelegate<MPBS> delegate) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.definition.annotation.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.annotation.impl with parameters of type PojoBootstrapIntrospector Constructor Description AnnotationMappingConfigurationContextImpl(PojoBootstrapIntrospector introspector) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl with parameters of type PojoBootstrapIntrospector Constructor Description ProgrammaticMappingConfigurationContextImpl(PojoBootstrapIntrospector introspector) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.spi
Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoBootstrapIntrospector Constructor Description AbstractPojoMappingInitiator(PojoBootstrapIntrospector introspector) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.dependency.impl
Constructors in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type PojoBootstrapIntrospector Constructor Description PojoPropertyIndexingDependencyConfigurationContextImpl(PojoBootstrapIntrospector introspector, ContainerExtractorBinder containerExtractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, BoundPojoModelPathPropertyNode<?,P> modelPath)PojoRoutingIndexingDependencyConfigurationContextImpl(PojoBootstrapIntrospector introspector, ContainerExtractorBinder containerExtractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, PojoRawTypeModel<T> typeModel)PojoTypeIndexingDependencyConfigurationContextImpl(PojoBootstrapIntrospector introspector, ContainerExtractorBinder containerExtractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, PojoTypeModel<T> typeModel) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoBootstrapIntrospector Modifier and Type Class Description classAbstractPojoHCAnnBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.impl
Constructors in org.hibernate.search.mapper.pojo.model.impl with parameters of type PojoBootstrapIntrospector Constructor Description PojoModelConstructorParameterRootElement(PojoBootstrapIntrospector introspector, PojoMethodParameterModel<P> parameterModel)PojoModelPropertyRootElement(BoundPojoModelPathPropertyNode<?,P> modelPath, PojoBootstrapIntrospector introspector, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider)PojoModelTypeRootElement(BoundPojoModelPathTypeNode<T> modelPath, PojoBootstrapIntrospector introspector, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider)PojoModelValueElement(PojoBootstrapIntrospector introspector, PojoTypeModel<? extends T> typeModel) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi with type parameters of type PojoBootstrapIntrospector Modifier and Type Class Description classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>Fields in org.hibernate.search.mapper.pojo.model.spi declared as PojoBootstrapIntrospector Modifier and Type Field Description protected IAbstractPojoRawTypeModel. introspector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.typepattern.impl
Constructors in org.hibernate.search.mapper.pojo.model.typepattern.impl with parameters of type PojoBootstrapIntrospector Constructor Description TypePatternMatcherFactory(PojoBootstrapIntrospector introspector)
-