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
-
Constructor Summary
ConstructorsConstructorDescriptionMutationExecutorSingleBatched
(PreparableMutationOperation mutationOperation, BatchKey batchKey, int batchSize, SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionprotected PreparedStatementGroupSingleTable
protected void
performBatchedOperations
(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) 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, execute, performNonBatchedMutation, performNonBatchedOperations, performSelfExecutingOperations, prepareForNonBatchedWork
-
Constructor Details
-
Method Details
-
getStatementGroup
- Specified by:
getStatementGroup
in classAbstractSingleMutationExecutor
-
performBatchedOperations
protected void performBatchedOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, Batch.StaleStateMapper staleStateMapper) - Overrides:
performBatchedOperations
in classAbstractMutationExecutor
-
release
public void release()
-