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

    Constructors
    Constructor
    Description
    ReactiveMutationExecutorSingleSelfExecuting(org.hibernate.sql.model.SelfExecutingUpdateOperation operation, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    performReactiveSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    protected void
    performSelfExecutingOperations(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, resolveValueDescriptor

    Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor

    execute, execute, performBatchedOperations, performNonBatchedMutation, performNonBatchedOperations, prepareForNonBatchedWork

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess

    resolvePhysicalTableName

    Methods inherited from interface org.hibernate.engine.jdbc.mutation.MutationExecutor

    execute, getJdbcValueBindings, getPreparedStatementDetails, release
  • Constructor Details

    • ReactiveMutationExecutorSingleSelfExecuting

      public ReactiveMutationExecutorSingleSelfExecuting(org.hibernate.sql.model.SelfExecutingUpdateOperation operation, org.hibernate.engine.spi.SharedSessionContractImplementor session)
  • Method Details

    • performSelfExecutingOperations

      protected void performSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Overrides:
      performSelfExecutingOperations in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
    • performReactiveSelfExecutingOperations

      public CompletionStage<Void> performReactiveSelfExecutingOperations(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      performReactiveSelfExecutingOperations in interface ReactiveMutationExecutor