Class ReactiveLocalTemporaryTableInsertStrategy

    • Field Summary

      • Fields inherited from class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy

        DROP_ID_TABLES, SHORT_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveLocalTemporaryTableInsertStrategy​(org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy insertStrategy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteInsert​(org.hibernate.query.sqm.tree.insert.SqmInsertStatement<?> sqmInsertStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context)  
      • Methods inherited from class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy

        executeInsert
      • Methods inherited from class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy

        getSessionFactory, getTemporaryTable, isDropIdTables, prepare, release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy

        prepare, release
    • Constructor Detail

      • ReactiveLocalTemporaryTableInsertStrategy

        public ReactiveLocalTemporaryTableInsertStrategy​(org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy insertStrategy)
    • Method Detail

      • reactiveExecuteInsert

        public java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecuteInsert​(org.hibernate.query.sqm.tree.insert.SqmInsertStatement<?> sqmInsertStatement,
                                                                                             org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref,
                                                                                             org.hibernate.query.spi.DomainQueryExecutionContext context)
        Specified by:
        reactiveExecuteInsert in interface ReactiveSqmMultiTableInsertStrategy