Uses of Class
org.hibernate.search.mapper.pojo.mapping.impl.PojoIndexedTypeManager.Builder
Packages that use PojoIndexedTypeManager.Builder
-
Uses of PojoIndexedTypeManager.Builder in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl with type parameters of type PojoIndexedTypeManager.BuilderModifier and TypeFieldDescriptionfinal Map<PojoRawTypeModel<?>,PojoIndexedTypeManager.Builder<?>> PojoTypeManagerContainer.Builder.indexedMethods in org.hibernate.search.mapper.pojo.mapping.impl that return PojoIndexedTypeManager.BuilderModifier and TypeMethodDescriptionPojoTypeManagerContainer.Builder.addIndexed(PojoRawTypeModel<E> typeModel, String entityName, String secondaryEntityName, PojoRootIdentityMappingCollector<E> identityMappingCollector, PojoIndexedTypeExtendedMappingCollector extendedMappingCollector, BoundRoutingBridge<E> routingBridge, PojoIndexingProcessorOriginalTypeNodeBuilder<E> indexingProcessorBuilder, MappedIndexManagerBuilder indexManagerBuilder) Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoIndexedTypeManager.BuilderModifierConstructorDescriptionPojoIndexedTypeManager(PojoIndexedTypeManager.Builder<E> builder, IdentifierMappingImplementor<I, E> identifierMapping)