Class ReactiveSimpleNonSelectQueryPlan

java.lang.Object
org.hibernate.query.sqm.internal.SimpleNonSelectQueryPlan
org.hibernate.reactive.query.sqm.internal.ReactiveSimpleNonSelectQueryPlan
All Implemented Interfaces:
org.hibernate.query.spi.NonSelectQueryPlan, org.hibernate.query.spi.QueryPlan, ReactiveNonSelectQueryPlan

public class ReactiveSimpleNonSelectQueryPlan extends org.hibernate.query.sqm.internal.SimpleNonSelectQueryPlan implements ReactiveNonSelectQueryPlan
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hibernate.query.sqm.internal.SimpleNonSelectQueryPlan

    org.hibernate.query.sqm.internal.SimpleNonSelectQueryPlan.Interpretation
  • Field Summary

    Fields inherited from interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan

    LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveSimpleNonSelectQueryPlan(org.hibernate.query.sqm.tree.SqmDmlStatement<?> statement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    executeReactive(org.hibernate.query.sqm.internal.CacheableSqmInterpretation<org.hibernate.sql.ast.tree.MutationStatement,org.hibernate.sql.exec.spi.JdbcOperationQueryMutation> sqmInterpretation, org.hibernate.sql.exec.spi.JdbcParameterBindings jdbcParameterBindings, org.hibernate.sql.exec.spi.ExecutionContext executionContext)
     
    executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext context)
     

    Methods inherited from class org.hibernate.query.sqm.internal.SimpleNonSelectQueryPlan

    buildInterpretation, buildInterpretation, buildTranslation, execute, executeUpdate, getInterpretation, getStatement

    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.sql.spi.ReactiveNonSelectQueryPlan

    executeUpdate
  • Constructor Details

    • ReactiveSimpleNonSelectQueryPlan

      public ReactiveSimpleNonSelectQueryPlan(org.hibernate.query.sqm.tree.SqmDmlStatement<?> statement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref)
  • Method Details

    • executeReactiveUpdate

      public CompletionStage<Integer> executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext context)
      Specified by:
      executeReactiveUpdate in interface ReactiveNonSelectQueryPlan
    • executeReactive

      protected CompletionStage<Integer> executeReactive(org.hibernate.query.sqm.internal.CacheableSqmInterpretation<org.hibernate.sql.ast.tree.MutationStatement,org.hibernate.sql.exec.spi.JdbcOperationQueryMutation> sqmInterpretation, org.hibernate.sql.exec.spi.JdbcParameterBindings jdbcParameterBindings, org.hibernate.sql.exec.spi.ExecutionContext executionContext)