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 PreparedStatementGroupSingleTable
getStatementGroup()
protected void
performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker)
void
release()
-
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:
getStatementGroup
in classAbstractSingleMutationExecutor
-
performBatchedOperations
protected void performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker)
- Overrides:
performBatchedOperations
in classAbstractMutationExecutor
-
release
public void release()
-
-