Class ReactiveAggregatedNonSelectQueryPlan

  • All Implemented Interfaces:
    org.hibernate.query.spi.NonSelectQueryPlan, org.hibernate.query.spi.QueryPlan, ReactiveNonSelectQueryPlan

    public class ReactiveAggregatedNonSelectQueryPlan
    extends java.lang.Object
    implements ReactiveNonSelectQueryPlan
    See Also:
    AggregatedNonSelectQueryPlanImpl
    • Constructor Detail

      • ReactiveAggregatedNonSelectQueryPlan

        public ReactiveAggregatedNonSelectQueryPlan​(ReactiveNonSelectQueryPlan[] aggregatedQueryPlans)
    • Method Detail

      • executeReactiveUpdate

        public java.util.concurrent.CompletionStage<java.lang.Integer> executeReactiveUpdate​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Specified by:
        executeReactiveUpdate in interface ReactiveNonSelectQueryPlan