Class ReactiveCteInsertStrategy

java.lang.Object
org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
org.hibernate.reactive.query.sqm.mutation.internal.cte.ReactiveCteInsertStrategy
All Implemented Interfaces:
org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy, ReactiveSqmMultiTableInsertStrategy

public class ReactiveCteInsertStrategy extends org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy implements ReactiveSqmMultiTableInsertStrategy
  • Field Summary

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

    SHORT_NAME

    Fields inherited from interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy

    LOG
  • 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

    Modifier and Type
    Method
    Description
    org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult
    buildHandler(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

    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.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy

    executeInsert, reactiveExecuteInsert

    Methods inherited from interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy

    prepare, prepare, release
  • Constructor Details

    • 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 Details

    • buildHandler

      public org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult buildHandler(org.hibernate.query.sqm.tree.insert.SqmInsertStatement<?> sqmInsertStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context)
      Specified by:
      buildHandler in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
      Overrides:
      buildHandler in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy