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
public interface NonSelectQueryPlan extends QueryPlan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intexecuteUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Method Detail
-
executeUpdate
int executeUpdate(DomainQueryExecutionContext executionContext)
-
-