Uses of Class
org.hibernate.search.mapper.pojo.work.impl.PojoIndexedTypeIndexingPlan
-
Packages that use PojoIndexedTypeIndexingPlan Package Description org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoIndexedTypeIndexingPlan in org.hibernate.search.mapper.pojo.work.impl
Fields in org.hibernate.search.mapper.pojo.work.impl with type parameters of type PojoIndexedTypeIndexingPlan Modifier and Type Field Description protected Map<PojoRawTypeIdentifier<?>,PojoIndexedTypeIndexingPlan<?,?>>PojoIndexingPlanImpl. indexedTypeDelegatesMethods in org.hibernate.search.mapper.pojo.work.impl that return PojoIndexedTypeIndexingPlan 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)Method parameters in org.hibernate.search.mapper.pojo.work.impl with type arguments of type PojoIndexedTypeIndexingPlan Modifier and Type Method Description voidPojoIndexingPlanEventProcessingStrategy. doDiscard(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates)voidPojoIndexingPlanEventSendingStrategy. doDiscard(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates)voidPojoIndexingPlanLocalStrategy. doDiscard(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates)CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingPlanEventProcessingStrategy. doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter)CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingPlanEventSendingStrategy. doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter)CompletableFuture<MultiEntityOperationExecutionReport>PojoIndexingPlanLocalStrategy. doExecuteAndReport(Collection<PojoIndexedTypeIndexingPlan<?,?>> indexedTypeDelegates, PojoLoadingPlanProvider loadingPlanProvider, OperationSubmitter operationSubmitter)
-