Class MutationExecutorSingleSelfExecuting
- java.lang.Object
-
- org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
-
- org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
-
- All Implemented Interfaces:
MutationExecutor
public class MutationExecutorSingleSelfExecuting extends AbstractMutationExecutor
-
-
Constructor Summary
Constructors Constructor Description MutationExecutorSingleSelfExecuting(SelfExecutingUpdateOperation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JdbcValueBindingsgetJdbcValueBindings()Get the delegate to be used to coordinate JDBC parameter binding.PreparedStatementDetailsgetPreparedStatementDetails(String tableName)Details about thePreparedStatementfor mutating the given table.protected voidperformSelfExecutingOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, SharedSessionContractImplementor session)voidrelease()-
Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute, performBatchedOperations, performNonBatchedMutation, performNonBatchedOperations
-
-
-
-
Constructor Detail
-
MutationExecutorSingleSelfExecuting
public MutationExecutorSingleSelfExecuting(SelfExecutingUpdateOperation operation)
-
-
Method Detail
-
getJdbcValueBindings
public JdbcValueBindings getJdbcValueBindings()
Description copied from interface:MutationExecutorGet the delegate to be used to coordinate JDBC parameter binding.
-
getPreparedStatementDetails
public PreparedStatementDetails getPreparedStatementDetails(String tableName)
Description copied from interface:MutationExecutorDetails about thePreparedStatementfor mutating the given table.
-
performSelfExecutingOperations
protected void performSelfExecutingOperations(ValuesAnalysis valuesAnalysis, TableInclusionChecker inclusionChecker, SharedSessionContractImplementor session)
- Overrides:
performSelfExecutingOperationsin classAbstractMutationExecutor
-
release
public void release()
-
-