Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingTypeContextProvider
-
-
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoMassIndexingTypeContextProvider Modifier and Type Class Description classPojoTypeManagerContainer -
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingTypeContextProvider Modifier and Type Method Description static List<PojoMassIndexingIndexedTypeGroup<?>>PojoMassIndexingIndexedTypeGroup. disjoint(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> indexedTypeContexts)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 PojoMassIndexingTypeContextProvider Constructor Description PojoDefaultMassIndexer(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate) -
Uses of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoMassIndexingTypeContextProvider in org.hibernate.search.mapper.pojo.scope.impl Modifier and Type Interface Description interfacePojoScopeTypeContextProvider
-