Interface EntityStatistics
- All Superinterfaces:
Serializable
Created by The eXo Platform SAS
Author : eXoPlatform
thanhvc@exoplatform.com
Oct 10, 2013
-
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()
-