Uses of Interface
org.hibernate.search.mapper.pojo.work.impl.PojoLoadingPlanProvider
-
Packages that use PojoLoadingPlanProvider Package Description org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoLoadingPlanProvider in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement PojoLoadingPlanProvider Modifier and Type Class Description classPojoIndexingPlanImplMethods in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoLoadingPlanProvider Modifier and Type Method Description 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)
-