Class ReactivePersistentTableInsertStrategy

    • Field Summary

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

        CATALOG, CREATE_ID_TABLES, DROP_ID_TABLES, SCHEMA, SHORT_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactivePersistentTableInsertStrategy​(org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy strategy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> getCreateTableActionStage()  
      java.util.concurrent.CompletionStage<java.lang.Void> getDropTableActionStage()  
      boolean isDropIdTables()  
      boolean isPrepared()  
      void prepare​(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess mappingModelCreationProcess, org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess connectionAccess)  
      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)  
      void release​(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess connectionAccess)  
      void setDropIdTables​(boolean dropIdTables)  
      void setPrepared​(boolean prepared)  
      • Methods inherited from class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy

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

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

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

      • ReactivePersistentTableInsertStrategy

        public ReactivePersistentTableInsertStrategy​(org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy strategy)
    • Method Detail

      • prepare

        public void prepare​(org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess mappingModelCreationProcess,
                            org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess connectionAccess)
        Specified by:
        prepare in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
        Overrides:
        prepare in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
      • release

        public void release​(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
                            org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess connectionAccess)
        Specified by:
        release in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
        Overrides:
        release in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
      • 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