Class MutationExecutorSingleBatched
- java.lang.Object
-
- org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
-
- org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
-
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
-
- All Implemented Interfaces:
JdbcValueBindingsImpl.JdbcValueDescriptorAccess,MutationExecutor
public class MutationExecutorSingleBatched extends AbstractSingleMutationExecutor
-
-
Constructor Summary
Constructors Constructor Description MutationExecutorSingleBatched(PreparableMutationOperation mutationOperation, BatchKey batchKey, int batchSize, SharedSessionContractImplementor session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PreparedStatementGroupSingleTablegetStatementGroup()protected voidperformBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker)voidrelease()-
Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
getJdbcValueBindings, getMutationOperation, getPreparedStatementDetails, resolvePhysicalTableName, resolveValueDescriptor
-
Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute, performNonBatchedMutation, performNonBatchedOperations, performSelfExecutingOperations, prepareForNonBatchedWork
-
-
-
-
Constructor Detail
-
MutationExecutorSingleBatched
public MutationExecutorSingleBatched(PreparableMutationOperation mutationOperation, BatchKey batchKey, int batchSize, SharedSessionContractImplementor session)
-
-
Method Detail
-
getStatementGroup
protected PreparedStatementGroupSingleTable getStatementGroup()
- Specified by:
getStatementGroupin classAbstractSingleMutationExecutor
-
performBatchedOperations
protected void performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker)
- Overrides:
performBatchedOperationsin classAbstractMutationExecutor
-
release
public void release()
-
-