Uses of Interface
org.hibernate.search.mapper.pojo.work.impl.PojoWorkIndexedTypeContext
Packages that use PojoWorkIndexedTypeContext
Package
Description
-
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoWorkIndexedTypeContext -
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl -
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoWorkIndexedTypeContextModifier and TypeMethodDescription<E> PojoWorkIndexedTypeContext<?,E> PojoWorkTypeContextProvider.indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type PojoWorkIndexedTypeContextModifier and TypeMethodDescriptionOptional<? extends PojoWorkIndexedTypeContext<I,E>> PojoWorkTypeContext.asIndexed()Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoWorkIndexedTypeContextModifier and TypeMethodDescription<I,E> PojoIndexedTypeIndexingPlan<I, E> PojoIndexingPlanEventProcessingStrategy.createIndexedDelegate(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) <I,E> PojoIndexedTypeIndexingPlan<I, E> PojoIndexingPlanEventSendingStrategy.createIndexedDelegate(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) <I,E> PojoIndexedTypeIndexingPlan<I, E> PojoIndexingPlanLocalStrategy.createIndexedDelegate(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoWorkIndexedTypeContextModifierConstructorDescriptionPojoIndexedTypeIndexingPlan(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root, org.hibernate.search.mapper.pojo.work.impl.PojoTypeIndexingPlanDelegate<I, E> delegate) PojoTypeIndexer(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, IndexIndexer delegate) Constructor parameters in org.hibernate.search.mapper.pojo.work.impl with type arguments of type PojoWorkIndexedTypeContextModifierConstructorDescriptionPojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?, ?>> targetedTypeContexts, Set<String> tenantIds)