Interface EntityStatistics
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongvoidvoidvoidvoid
-
Method Details
-
getDeleteCount
long getDeleteCount() -
getInsertCount
long getInsertCount() -
getLoadCount
long getLoadCount() -
getUpdateCount
long getUpdateCount() -
incrementDeleteCount
void incrementDeleteCount() -
incrementInsertCount
void incrementInsertCount() -
incrementLoadCount
void incrementLoadCount() -
incrementUpdateCount
void incrementUpdateCount()
-