Package org.hibernate.result
Interface UpdateCountOutput
- All Superinterfaces:
Output
Models a return that is an update count (count of rows affected)
-
Method Summary
Methods inherited from interface org.hibernate.result.Output
isResultSet
-
Method Details
-
getUpdateCount
int getUpdateCount()Retrieve the associated update count- Returns:
- The update count
-