Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingIndexedTypeContext
-
-
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoMassIndexingIndexedTypeContext Modifier and Type Class Description classPojoIndexedTypeManager<I,E> -
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassIndexingIndexedTypeContext Modifier and Type Method Description <E> PojoMassIndexingIndexedTypeContext<E>PojoMassIndexingTypeContextProvider. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return types with arguments of type PojoMassIndexingIndexedTypeContext Modifier and Type Method Description <E> Optional<? extends Set<? extends PojoMassIndexingIndexedTypeContext<? extends E>>>PojoMassIndexingTypeContextProvider. allIndexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingIndexedTypeContext Modifier and Type Method Description <E2> ObjectPojoMassIndexingIndexedTypeGroup. extractIdentifier(PojoMassIndexingIndexedTypeContext<E2> typeContext, PojoMassIndexingSessionContext sessionContext, Object entity)Method parameters in org.hibernate.search.mapper.pojo.massindexing.impl with type arguments of type PojoMassIndexingIndexedTypeContext 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) .Constructor parameters in org.hibernate.search.mapper.pojo.massindexing.impl with type arguments of type PojoMassIndexingIndexedTypeContext Constructor Description PojoDefaultMassIndexer(PojoMassIndexingContext indexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, Set<String> tenantIds, PojoScopeDelegate<?,?,?> pojoScopeDelegate) -
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl Modifier and Type Interface Description interfacePojoScopeIndexedTypeContext<I,E>
-