Uses of Class
org.hibernate.search.mapper.pojo.work.impl.PojoIndexingPlanImpl
Packages that use PojoIndexingPlanImpl
-
Uses of PojoIndexingPlanImpl in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingPlanImplModifier and TypeMethodDescription<I,E> PojoContainedTypeIndexingPlan<I, E> PojoIndexingPlanEventProcessingStrategy.createDelegate(PojoWorkContainedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) <I,E> PojoContainedTypeIndexingPlan<I, E> PojoIndexingPlanEventSendingStrategy.createDelegate(PojoWorkContainedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) <I,E> PojoContainedTypeIndexingPlan<I, E> PojoIndexingPlanLocalStrategy.createDelegate(PojoWorkContainedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root) <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 PojoIndexingPlanImplModifierConstructorDescriptionPojoContainedTypeIndexingPlan(PojoWorkContainedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root, org.hibernate.search.mapper.pojo.work.impl.PojoTypeIndexingPlanDelegate<I, E> delegate) PojoIndexedTypeIndexingPlan(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, PojoIndexingPlanImpl root, org.hibernate.search.mapper.pojo.work.impl.PojoTypeIndexingPlanDelegate<I, E> delegate)