Interface MutationExecutorService
- All Superinterfaces:
Serializable,Service
- All Known Implementing Classes:
StandardMutationExecutorService
Service for creating executors for model mutation operations
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session) Create an executor for the givenoperationGroup, potentially using batching
-
Method Details