Class AggregatedSelectReactiveQueryPlan<R>

  • All Implemented Interfaces:
    org.hibernate.query.spi.QueryPlan, org.hibernate.query.spi.SelectQueryPlan<R>, ReactiveSelectQueryPlan<R>

    public class AggregatedSelectReactiveQueryPlan<R>
    extends java.lang.Object
    implements ReactiveSelectQueryPlan<R>
    See Also:
    AggregatedSelectQueryPlanImpl
    • Constructor Detail

      • AggregatedSelectReactiveQueryPlan

        public AggregatedSelectReactiveQueryPlan​(ReactiveSelectQueryPlan<R>[] aggregatedQueryPlans)
    • Method Detail

      • reactivePerformList

        public java.util.concurrent.CompletionStage<java.util.List<R>> reactivePerformList​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Description copied from interface: ReactiveSelectQueryPlan
        Perform (execute) the query returning a List
        Specified by:
        reactivePerformList in interface ReactiveSelectQueryPlan<R>