org.hibernate.stat
Class EntityStatistics
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.EntityStatistics
- All Implemented Interfaces:
- java.io.Serializable
- public class EntityStatistics
- extends CategorizedStatistics
Entity related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getDeleteCount
public long getDeleteCount()
getInsertCount
public long getInsertCount()
getLoadCount
public long getLoadCount()
getUpdateCount
public long getUpdateCount()
getFetchCount
public long getFetchCount()
getOptimisticFailureCount
public long getOptimisticFailureCount()
toString
public java.lang.String toString()