Uses of Interface
org.hibernate.search.mapper.pojo.work.impl.PojoWorkIndexedTypeContext
-
Packages that use PojoWorkIndexedTypeContext Package Description org.hibernate.search.mapper.pojo.mapping.impl org.hibernate.search.mapper.pojo.scope.impl org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoWorkIndexedTypeContext Modifier and Type Class Description classPojoIndexedTypeManager<I,E> -
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.scope.impl Modifier and Type Interface Description interfacePojoScopeIndexedTypeContext<I,E> -
Uses of PojoWorkIndexedTypeContext in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoWorkIndexedTypeContext Modifier and Type Method Description <E> PojoWorkIndexedTypeContext<?,E>PojoWorkTypeContextProvider. indexedForExactType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type PojoWorkIndexedTypeContext Modifier and Type Method Description Optional<? extends PojoWorkIndexedTypeContext<I,E>>PojoWorkTypeContext. asIndexed()Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoWorkIndexedTypeContext Modifier and Type Method Description <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 PojoWorkIndexedTypeContext Constructor Description PojoIndexedTypeIndexingPlan(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 PojoWorkIndexedTypeContext Constructor Description PojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?,?>> targetedTypeContexts, Set<String> tenantIds)
-