Class 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

      • Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting

        getJdbcValueBindings, getPreparedStatementDetails, performSelfExecutingOperations, release, resolveValueDescriptor
      • Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor

        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

        getJdbcValueBindings, getPreparedStatementDetails, release
    • Constructor Detail

      • ReactiveMutationExecutorSingleSelfExecuting

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