Interface ReactiveNonSelectQueryPlan

All Superinterfaces:
org.hibernate.query.spi.NonSelectQueryPlan, org.hibernate.query.spi.QueryPlan
All Known Implementing Classes:
ReactiveAbstractMultiTableMutationQueryPlan, ReactiveAggregatedNonSelectQueryPlan, ReactiveMultiTableDeleteQueryPlan, ReactiveMultiTableInsertQueryPlan, ReactiveMultiTableUpdateQueryPlan, ReactiveNativeNonSelectQueryPlan, ReactiveSimpleDeleteQueryPlan, ReactiveSimpleNonSelectQueryPlan

public interface ReactiveNonSelectQueryPlan extends org.hibernate.query.spi.NonSelectQueryPlan
A reactive NonSelectQueryPlan
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Log
     
  • Method Summary

    Modifier and Type
    Method
    Description
    executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
     
    default int
    executeUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
     
  • Field Details

    • LOG

      static final Log LOG
  • Method Details

    • executeUpdate

      default int executeUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
      Specified by:
      executeUpdate in interface org.hibernate.query.spi.NonSelectQueryPlan
    • executeReactiveUpdate

      CompletionStage<Integer> executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)