Class MutationExecutorSingleNonBatched
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
- All Implemented Interfaces:
JdbcValueBindingsImpl.JdbcValueDescriptorAccess
,MutationExecutor
-
Constructor Summary
ConstructorDescriptionMutationExecutorSingleNonBatched
(PreparableMutationOperation mutationOperation, GeneratedValuesMutationDelegate generatedValuesDelegate, SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionprotected PreparedStatementGroupSingleTable
protected GeneratedValues
performNonBatchedOperations
(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) 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, performBatchedOperations, performNonBatchedMutation, performSelfExecutingOperations, prepareForNonBatchedWork
-
Constructor Details
-
Method Details
-
getStatementGroup
- Specified by:
getStatementGroup
in classAbstractSingleMutationExecutor
-
release
public void release()
-