org.hibernate.stat
Class EntityStatistics
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.EntityStatistics
- All Implemented Interfaces:
- Serializable
public class EntityStatistics
- extends CategorizedStatistics
Entity related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
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 String toString()
- Overrides:
toString
in class Object