Class ReactiveAggregatedNonSelectQueryPlan
java.lang.Object
org.hibernate.reactive.query.sqm.internal.ReactiveAggregatedNonSelectQueryPlan
- All Implemented Interfaces:
org.hibernate.query.spi.NonSelectQueryPlan,org.hibernate.query.spi.QueryPlan,ReactiveNonSelectQueryPlan
public class ReactiveAggregatedNonSelectQueryPlan
extends Object
implements ReactiveNonSelectQueryPlan
- See Also:
-
AggregatedNonSelectQueryPlanImpl
-
Field Summary
Fields inherited from interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan
LOG -
Constructor Summary
ConstructorsConstructorDescriptionReactiveAggregatedNonSelectQueryPlan(ReactiveNonSelectQueryPlan[] aggregatedQueryPlans) -
Method Summary
Modifier and TypeMethodDescriptionexecuteReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.query.sql.spi.ReactiveNonSelectQueryPlan
executeUpdate
-
Constructor Details
-
ReactiveAggregatedNonSelectQueryPlan
-
-
Method Details
-
executeReactiveUpdate
public CompletionStage<Integer> executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) - Specified by:
executeReactiveUpdatein interfaceReactiveNonSelectQueryPlan
-