Class ReactiveTemporaryTableHelper.TemporaryTableDropWork

    • Constructor Summary

      Constructors 
      Constructor Description
      TemporaryTableDropWork​(org.hibernate.dialect.temptable.TemporaryTable temporaryTable, org.hibernate.dialect.temptable.TemporaryTableExporter exporter, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
      TemporaryTableDropWork​(org.hibernate.dialect.temptable.TemporaryTable temporaryTable, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveExecute​(ReactiveConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TemporaryTableDropWork

        public TemporaryTableDropWork​(org.hibernate.dialect.temptable.TemporaryTable temporaryTable,
                                      org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
      • TemporaryTableDropWork

        public TemporaryTableDropWork​(org.hibernate.dialect.temptable.TemporaryTable temporaryTable,
                                      org.hibernate.dialect.temptable.TemporaryTableExporter exporter,
                                      org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)