Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
Packages that use PojoBootstrapIntrospector
Package
Description
-
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoBootstrapIntrospector -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.bridge.binding.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionDefaultIdentifierBindingContext(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, Optional<IndexedEntityBindingContext> indexedEntityBindingContext, PojoTypeModel<I> valueTypeModel, Map<String, Object> params) PropertyBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<P> propertyTypeModel, IndexBindingContext indexBindingContext, PojoModelPropertyRootElement<P> bridgedElement, PojoPropertyIndexingDependencyConfigurationContextImpl<P> dependencyContext, Map<String, Object> params) RoutingBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoRawTypeModel<E> indexedEntityType, PojoModelTypeRootElement<E> pojoModelTypeRootElement, PojoRoutingIndexingDependencyConfigurationContextImpl<E> dependencyContext, Map<String, Object> params) TypeBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<T> typeModel, IndexBindingContext indexBindingContext, PojoModelTypeRootElement<T> bridgedElement, PojoTypeIndexingDependencyConfigurationContextImpl<T> dependencyContext, Map<String, Object> params) ValueBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<V> valueTypeModel, boolean multiValued, IndexBindingContext indexBindingContext, IndexFieldTypeDefaultsProvider defaultsProvider, String relativeFieldName, FieldModelContributor contributor, Map<String, Object> params) -
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 PojoBootstrapIntrospectorModifierConstructorDescriptionBuilder(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 PojoBootstrapIntrospectorConstructors in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionPojoMapper(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 PojoBootstrapIntrospectorModifierConstructorDescriptionAnnotationMappingConfigurationContextImpl(PojoBootstrapIntrospector introspector, MapperHints mapperHints) -
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 PojoBootstrapIntrospectorModifierConstructorDescription -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoBootstrapIntrospectorModifier and TypeMethodDescriptionvoidAbstractPojoTypeManager.Builder.preBuildOtherMetadata(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, boolean singleConcreteTypeInEntityHierarchy, PojoPathOrdinals pathOrdinals, Optional<? extends ParameterizedBeanReference<?>> loadingBinderRefOptional) -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.mapping.spi
Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionprotectedAbstractPojoMappingInitiator(PojoBootstrapIntrospector introspector, MapperHints mapperHints) -
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 PojoBootstrapIntrospectorModifierConstructorDescriptionPojoPropertyIndexingDependencyConfigurationContextImpl(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 -
Uses of PojoBootstrapIntrospector in org.hibernate.search.mapper.pojo.model.impl
Constructors in org.hibernate.search.mapper.pojo.model.impl with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionPojoModelConstructorParameterRootElement(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 PojoBootstrapIntrospectorModifier and TypeClassDescriptionclassAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> Fields in org.hibernate.search.mapper.pojo.model.spi declared as PojoBootstrapIntrospector -
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 -
Uses of PojoBootstrapIntrospector in org.infinispan.search.mapper.impl
Constructors in org.infinispan.search.mapper.impl with parameters of type PojoBootstrapIntrospectorModifierConstructorDescriptionInfinispanMappingInitiator(PojoBootstrapIntrospector introspector, Collection<ProgrammaticSearchMappingProvider> mappingProviders, org.infinispan.util.concurrent.BlockingManager blockingManager, FailureCounter failureCounter, int maxConcurrency) -
Uses of PojoBootstrapIntrospector in org.infinispan.search.mapper.mapping
Methods in org.infinispan.search.mapper.mapping with parameters of type PojoBootstrapIntrospectorModifier and TypeMethodDescriptionstatic SearchMappingBuilderSearchMapping.builder(PojoBootstrapIntrospector introspector, ClassLoader aggregatedClassLoader, Collection<ProgrammaticSearchMappingProvider> mappingProviders, org.infinispan.util.concurrent.BlockingManager blockingManager, FailureCounter failureCounter, int maxConcurrency) SearchMappingCommonBuilding.builder(PojoBootstrapIntrospector introspector) -
Uses of PojoBootstrapIntrospector in org.infinispan.search.mapper.model.impl
Classes in org.infinispan.search.mapper.model.impl that implement PojoBootstrapIntrospectorModifier and TypeClassDescriptionclassA very simple introspector roughly following Java Beans conventions.