Package org.hibernate.query.spi
Interface NonSelectQueryPlan
-
- All Superinterfaces:
QueryPlan
- All Known Subinterfaces:
NativeNonSelectQueryPlan
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)
-
-