Class StandardMutationExecutorService
- java.lang.Object
-
- org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
-
- All Implemented Interfaces:
Serializable,MutationExecutorService,Service
public class StandardMutationExecutorService extends Object implements MutationExecutorService
Standard MutationExecutorService implementation- See Also:
MutationExecutorServiceInitiator, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StandardMutationExecutorService(int globalBatchSize)StandardMutationExecutorService(Map<String,Object> configurationValues)
-
Method Summary
All Methods Instance Methods Concrete 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
public MutationExecutor createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)
Description copied from interface:MutationExecutorServiceCreate an executor for the givenoperationGroup, potentially using batching- Specified by:
createExecutorin interfaceMutationExecutorService
-
-