Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.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)  
      • 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, 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

        getJdbcValueBindings, getPreparedStatementDetails, release
    • Constructor Detail

      • 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 Detail

      • performReactiveBatchedOperations

        public java.util.concurrent.CompletionStage<java.lang.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