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.LogLOG
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CompletionStage<Integer>executeReactiveUpdate(DomainQueryExecutionContext executionContext)default intexecuteUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Method Detail
-
executeUpdate
default int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdatein interfaceNonSelectQueryPlan
-
executeReactiveUpdate
CompletionStage<Integer> executeReactiveUpdate(DomainQueryExecutionContext executionContext)
-
-