Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingTypeContextProvider
Packages that use PojoMassIndexingTypeContextProvider
Package
Description
-
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoMassIndexingTypeContextProvider -
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingTypeContextProviderModifier and TypeMethodDescriptionstatic List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup.disjoint(PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts, PojoMassLoadingContext loadingContext) Group indexed types by their closest common supertype, ensuring returned groups are disjoint (i.e.no two groups have any common indexed subtype among those provided) .Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingTypeContextProviderModifierConstructorDescriptionPojoDefaultMassIndexer(PojoMassIndexingContext massIndexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate) -
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl