Package org.hibernate.query.spi
Interface NonSelectQueryPlan
- All Superinterfaces:
QueryPlan
- All Known Subinterfaces:
NativeNonSelectQueryPlan
- All Known Implementing Classes:
AggregatedNonSelectQueryPlanImpl
,MultiTableDeleteQueryPlan
,MultiTableInsertQueryPlan
,MultiTableUpdateQueryPlan
,NativeNonSelectQueryPlanImpl
,SimpleDeleteQueryPlan
,SimpleInsertQueryPlan
,SimpleUpdateQueryPlan
-
Method Summary
Modifier and TypeMethodDescriptionint
executeUpdate
(DomainQueryExecutionContext executionContext)
-
Method Details
-
executeUpdate
-