Class ReactiveCteInsertStrategy

    • Field Summary

      • Fields inherited from class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy

        SHORT_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveCteInsertStrategy​(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)  
      ReactiveCteInsertStrategy​(org.hibernate.persister.entity.EntityPersister rootDescriptor, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)  
    • 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.cte.CteInsertStrategy

        executeInsert, getEntityCteTable, getRootDescriptor, getSessionFactory
      • 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

      • ReactiveCteInsertStrategy

        public ReactiveCteInsertStrategy​(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType,
                                         org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)
      • ReactiveCteInsertStrategy

        public ReactiveCteInsertStrategy​(org.hibernate.persister.entity.EntityPersister rootDescriptor,
                                         org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)
    • 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