Class StandardMutationExecutorService
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
- All Implemented Interfaces:
Serializable,MutationExecutorService,Service
Standard
MutationExecutorService implementation-
Constructor Summary
ConstructorsConstructorDescriptionStandardMutationExecutorService(int globalBatchSize) StandardMutationExecutorService(Map<String, Object> configurationValues) -
Method Summary
Modifier and TypeMethodDescriptioncreateExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session) Create an executor for the givenoperationGroup, potentially using batching
-
Constructor Details
-
StandardMutationExecutorService
-
StandardMutationExecutorService
public StandardMutationExecutorService(int globalBatchSize)
-
-
Method Details