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
ConstructorsConstructorDescriptionMutationExecutorSingleNonBatched(PreparableMutationOperation mutationOperation, GeneratedValuesMutationDelegate generatedValuesDelegate, SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionprotected PreparedStatementGroupSingleTableprotected GeneratedValuesperformNonBatchedOperations(Object modelReference, ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, OperationResultChecker resultChecker, SharedSessionContractImplementor session) voidrelease()Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
getJdbcValueBindings, getMutationOperation, getPreparedStatementDetails, resolvePhysicalTableName, resolveValueDescriptorMethods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute, execute, performBatchedOperations, performNonBatchedMutation, performSelfExecutingOperations, prepareForNonBatchedWork
-
Constructor Details
-
Method Details
-
getStatementGroup
- Specified by:
getStatementGroupin classAbstractSingleMutationExecutor
-
release
public void release()
-