Interface ReactiveNonSelectQueryPlan
-
- All Superinterfaces:
NonSelectQueryPlan
,QueryPlan
public interface ReactiveNonSelectQueryPlan extends NonSelectQueryPlan
A reactiveNonSelectQueryPlan
-
-
Field Summary
Fields Modifier and Type Field Description static org.hibernate.reactive.logging.impl.Log
LOG
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CompletionStage<Integer>
executeReactiveUpdate(DomainQueryExecutionContext executionContext)
default int
executeUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Method Detail
-
executeUpdate
default int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-
executeReactiveUpdate
CompletionStage<Integer> executeReactiveUpdate(DomainQueryExecutionContext executionContext)
-
-