Class ReactiveMutationExecutorPostInsertSingleTable

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

    public class ReactiveMutationExecutorPostInsertSingleTable
    extends org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
    implements ReactiveMutationExecutor
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveMutationExecutorPostInsertSingleTable​(org.hibernate.sql.model.EntityMutationOperationGroup mutationOperationGroup, 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.Object> executeReactive​(java.lang.Object modelReference, 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.MutationExecutorPostInsertSingleTable

        execute, getJdbcValueBindings, getPreparedStatementDetails, release, resolveValueDescriptor, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

      • ReactiveMutationExecutorPostInsertSingleTable

        public ReactiveMutationExecutorPostInsertSingleTable​(org.hibernate.sql.model.EntityMutationOperationGroup mutationOperationGroup,
                                                             org.hibernate.engine.spi.SharedSessionContractImplementor session)
    • Method Detail

      • executeReactive

        public java.util.concurrent.CompletionStage<java.lang.Object> executeReactive​(java.lang.Object modelReference,
                                                                                      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:
        executeReactive in interface ReactiveMutationExecutor