Class AggregatedSelectReactiveQueryPlan<R>
java.lang.Object
org.hibernate.reactive.query.sqm.internal.AggregatedSelectReactiveQueryPlan<R>
- All Implemented Interfaces:
org.hibernate.query.spi.QueryPlan,org.hibernate.query.spi.SelectQueryPlan<R>,ReactiveSelectQueryPlan<R>
public class AggregatedSelectReactiveQueryPlan<R>
extends Object
implements ReactiveSelectQueryPlan<R>
- See Also:
-
AggregatedSelectQueryPlanImpl
-
Constructor Summary
ConstructorsConstructorDescriptionAggregatedSelectReactiveQueryPlan(ReactiveSelectQueryPlan<R>[] aggregatedQueryPlans) -
Method Summary
Modifier and TypeMethodDescriptionreactivePerformList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Perform (execute) the query returning a ListMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.query.sqm.spi.ReactiveSelectQueryPlan
executeQuery, performList, performScroll, reactiveExecuteQuery
-
Constructor Details
-
AggregatedSelectReactiveQueryPlan
-
-
Method Details
-
reactivePerformList
public CompletionStage<List<R>> reactivePerformList(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Description copied from interface:ReactiveSelectQueryPlanPerform (execute) the query returning a List- Specified by:
reactivePerformListin interfaceReactiveSelectQueryPlan<R>
-