Interface MutationExecutorService
-
- All Superinterfaces:
Serializable,Service
- All Known Implementing Classes:
StandardMutationExecutorService
public interface MutationExecutorService extends Service
Service for creating executors for model mutation operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutationExecutorcreateExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)Create an executor for the givenoperationGroup, potentially using batching
-
-
-
Method Detail
-
createExecutor
MutationExecutor createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)
Create an executor for the givenoperationGroup, potentially using batching
-
-