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(Supplier<BatchKey> batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
createExecutor
public MutationExecutor createExecutor(Supplier<BatchKey> batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)
- Specified by:
createExecutorin interfaceMutationExecutorService
-
-