Interface MutationExecutorService
- All Superinterfaces:
Serializable, Service
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