Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.spi.PojoMassIndexingContext
-
-
Uses of PojoMassIndexingContext in org.hibernate.search.mapper.orm.massindexing.impl
Classes in org.hibernate.search.mapper.orm.massindexing.impl that implement PojoMassIndexingContext Modifier and Type Class Description classHibernateOrmMassIndexingContext -
Uses of PojoMassIndexingContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingContext 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 PojoMassIndexingContext Constructor Description PojoDefaultMassIndexer(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate) -
Uses of PojoMassIndexingContext in org.hibernate.search.mapper.pojo.massindexing.spi
Methods in org.hibernate.search.mapper.pojo.massindexing.spi that return PojoMassIndexingContext Modifier and Type Method Description PojoMassIndexingContextPojoMassIndexingContextBuilder. build() -
Uses of PojoMassIndexingContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoMassIndexingContext Modifier and Type Method Description PojoMassIndexerPojoScopeDelegateImpl. massIndexer(PojoMassIndexingContext context, Set<String> tenantIds)PojoMassIndexerPojoScopeDelegateImpl. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated. -
Uses of PojoMassIndexingContext in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi with parameters of type PojoMassIndexingContext Modifier and Type Method Description PojoMassIndexerPojoScopeDelegate. massIndexer(PojoMassIndexingContext context, Set<String> tenantIds)PojoMassIndexerPojoScopeDelegate. massIndexer(PojoMassIndexingContext context, DetachedBackendSessionContext detachedSession)Deprecated.
-