Class ReactiveMutationExecutorSingleSelfExecuting
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveMutationExecutorSingleSelfExecuting
- All Implemented Interfaces:
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess,org.hibernate.engine.jdbc.mutation.MutationExecutor,ReactiveMutationExecutor
public class ReactiveMutationExecutorSingleSelfExecuting
extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
implements ReactiveMutationExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveMutationExecutorSingleSelfExecuting(org.hibernate.sql.model.SelfExecutingUpdateOperation operation, org.hibernate.engine.spi.SharedSessionContractImplementor session) -
Method Summary
Modifier and TypeMethodDescriptionperformReactiveSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session) protected voidperformSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session) Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
getJdbcValueBindings, getPreparedStatementDetails, release, resolveValueDescriptorMethods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute, execute, performBatchedOperations, performNonBatchedMutation, performNonBatchedOperations, prepareForNonBatchedWorkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess
resolvePhysicalTableNameMethods inherited from interface org.hibernate.engine.jdbc.mutation.MutationExecutor
execute, getJdbcValueBindings, getPreparedStatementDetails, releaseMethods inherited from interface org.hibernate.reactive.engine.jdbc.env.internal.ReactiveMutationExecutor
execute, executeReactive, executeReactive, performReactiveBatchedOperations, performReactiveNonBatchedMutation, performReactiveNonBatchedOperations
-
Constructor Details
-
Method Details