Interface MutationExecutorService
- All Superinterfaces:
Serializable, Service
Service for creating executors for model mutation operations.
A custom MutationExecutorService may be selected either by setting the
configuration property
"hibernate.jdbc.mutation.executor",
or by registering it as a Java service.
-
Method Summary
Modifier and TypeMethodDescriptioncreateExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session) Create an executor for the givenoperationGroup, potentially using batching
-
Method Details