Uses of Interface
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingIndexedTypeContext
Packages that use PojoMassIndexingIndexedTypeContext
Package
Description
-
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoMassIndexingIndexedTypeContext -
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return PojoMassIndexingIndexedTypeContextModifier and TypeMethodDescriptionPojoMassIndexingTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return types with arguments of type PojoMassIndexingIndexedTypeContextModifier and TypeMethodDescriptionSet<PojoMassIndexingIndexedTypeContext<? extends E>>PojoMassIndexingIndexedTypeGroup.includedTypes()<E> Optional<? extends Set<? extends PojoMassIndexingIndexedTypeContext<? extends E>>>PojoMassIndexingTypeContextProvider.indexedForSuperType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.massindexing.impl with parameters of type PojoMassIndexingIndexedTypeContextModifier and TypeMethodDescription<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 PojoMassIndexingIndexedTypeContextModifier 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) .Constructor parameters in org.hibernate.search.mapper.pojo.massindexing.impl with type arguments of type PojoMassIndexingIndexedTypeContextModifierConstructorDescriptionPojoDefaultMassIndexer(PojoMassIndexingContext massIndexingContext, PojoMassIndexingMappingContext mappingContext, PojoMassIndexingTypeContextProvider typeContextProvider, Set<? extends PojoMassIndexingIndexedTypeContext<?>> targetedIndexedTypes, PojoScopeSchemaManager scopeSchemaManager, PojoScopeDelegate<?, ?, ?> pojoScopeDelegate) -
Uses of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoMassIndexingIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl