Package org.hibernate.query.sqm.internal
Class AggregatedSelectQueryPlanImpl<R>
java.lang.Object
org.hibernate.query.sqm.internal.AggregatedSelectQueryPlanImpl<R>
- All Implemented Interfaces:
QueryPlan
,SelectQueryPlan<R>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
executeQuery
(DomainQueryExecutionContext executionContext, ResultsConsumer<T, R> resultsConsumer) Execute the queryperformList
(DomainQueryExecutionContext executionContext) Perform (execute) the query returning a ListperformScroll
(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Perform (execute) the query returning a ScrollableResults
-
Constructor Details
-
AggregatedSelectQueryPlanImpl
-
-
Method Details
-
executeQuery
public <T> T executeQuery(DomainQueryExecutionContext executionContext, ResultsConsumer<T, R> resultsConsumer) Description copied from interface:SelectQueryPlan
Execute the query- Specified by:
executeQuery
in interfaceSelectQueryPlan<R>
-
performList
Description copied from interface:SelectQueryPlan
Perform (execute) the query returning a List- Specified by:
performList
in interfaceSelectQueryPlan<R>
-
performScroll
public ScrollableResultsImplementor<R> performScroll(ScrollMode scrollMode, DomainQueryExecutionContext executionContext) Description copied from interface:SelectQueryPlan
Perform (execute) the query returning a ScrollableResults- Specified by:
performScroll
in interfaceSelectQueryPlan<R>
-