Package org.hibernate.query.sqm.internal
Class AggregatedNonSelectQueryPlanImpl
- java.lang.Object
-
- org.hibernate.query.sqm.internal.AggregatedNonSelectQueryPlanImpl
-
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
public class AggregatedNonSelectQueryPlanImpl extends Object implements NonSelectQueryPlan
-
-
Constructor Summary
Constructors Constructor Description AggregatedNonSelectQueryPlanImpl(NonSelectQueryPlan[] aggregatedQueryPlans)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
executeUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Constructor Detail
-
AggregatedNonSelectQueryPlanImpl
public AggregatedNonSelectQueryPlanImpl(NonSelectQueryPlan[] aggregatedQueryPlans)
-
-
Method Detail
-
executeUpdate
public int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-
-