Class ReactiveMutationExecutorSingleBatched

java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
org.hibernate.reactive.engine.jdbc.mutation.internal.ReactiveMutationExecutorSingleBatched
All Implemented Interfaces:
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess, org.hibernate.engine.jdbc.mutation.MutationExecutor, ReactiveMutationExecutor

public class ReactiveMutationExecutorSingleBatched extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched implements ReactiveMutationExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveMutationExecutorSingleBatched(org.hibernate.sql.model.PreparableMutationOperation mutationOperation, org.hibernate.engine.jdbc.batch.spi.BatchKey batchKey, int batchSize, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    performReactiveBatchedOperations(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)
     

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

    getStatementGroup, performBatchedOperations, release

    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, execute, performNonBatchedMutation, performNonBatchedOperations, 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

    execute, getJdbcValueBindings, getPreparedStatementDetails, release
  • Constructor Details

    • ReactiveMutationExecutorSingleBatched

      public ReactiveMutationExecutorSingleBatched(org.hibernate.sql.model.PreparableMutationOperation mutationOperation, org.hibernate.engine.jdbc.batch.spi.BatchKey batchKey, int batchSize, org.hibernate.engine.spi.SharedSessionContractImplementor session)
  • Method Details

    • performReactiveBatchedOperations

      public CompletionStage<Void> performReactiveBatchedOperations(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:
      performReactiveBatchedOperations in interface ReactiveMutationExecutor