Class ReactiveMutationExecutorSingleNonBatched

  • All Implemented Interfaces:
    org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess, org.hibernate.engine.jdbc.mutation.MutationExecutor, ReactiveMutationExecutor

    public class ReactiveMutationExecutorSingleNonBatched
    extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
    implements ReactiveMutationExecutor
    See Also:
    MutationExecutorSingleNonBatched
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveMutationExecutorSingleNonBatched​(org.hibernate.sql.model.PreparableMutationOperation mutationOperation, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> performReactiveNonBatchedOperations​(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis, org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker, org.hibernate.engine.jdbc.mutation.OperationResultChecker resultChecker, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      void release()  
      • Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched

        getStatementGroup, performNonBatchedOperations
      • Methods inherited from class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor

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

        execute, performBatchedOperations, performNonBatchedMutation, performSelfExecutingOperations, 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.MutationExecutor

        getJdbcValueBindings, getPreparedStatementDetails
    • Constructor Detail

      • ReactiveMutationExecutorSingleNonBatched

        public ReactiveMutationExecutorSingleNonBatched​(org.hibernate.sql.model.PreparableMutationOperation mutationOperation,
                                                        org.hibernate.engine.spi.SharedSessionContractImplementor session)
    • Method Detail

      • performReactiveNonBatchedOperations

        public java.util.concurrent.CompletionStage<java.lang.Void> performReactiveNonBatchedOperations​(org.hibernate.sql.model.ValuesAnalysis valuesAnalysis,
                                                                                                        org.hibernate.engine.jdbc.mutation.TableInclusionChecker inclusionChecker,
                                                                                                        org.hibernate.engine.jdbc.mutation.OperationResultChecker resultChecker,
                                                                                                        org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        performReactiveNonBatchedOperations in interface ReactiveMutationExecutor
      • release

        public void release()
        Specified by:
        release in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
        Overrides:
        release in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched