Interface ReactiveNonSelectQueryPlan
- All Superinterfaces:
org.hibernate.query.spi.NonSelectQueryPlan,org.hibernate.query.spi.QueryPlan
- All Known Implementing Classes:
ReactiveAbstractMultiTableMutationQueryPlan,ReactiveAggregatedNonSelectQueryPlan,ReactiveMultiTableDeleteQueryPlan,ReactiveMultiTableInsertQueryPlan,ReactiveMultiTableUpdateQueryPlan,ReactiveNativeNonSelectQueryPlan,ReactiveSimpleDeleteQueryPlan,ReactiveSimpleNonSelectQueryPlan
public interface ReactiveNonSelectQueryPlan
extends org.hibernate.query.spi.NonSelectQueryPlan
A reactive
NonSelectQueryPlan-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecuteReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) default intexecuteUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
-
Field Details
-
LOG
-
-
Method Details
-
executeUpdate
default int executeUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext) - Specified by:
executeUpdatein interfaceorg.hibernate.query.spi.NonSelectQueryPlan
-
executeReactiveUpdate
CompletionStage<Integer> executeReactiveUpdate(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
-