org.hibernate.stat
Class EntityStatistics
java.lang.Object
org.hibernate.stat.EntityStatistics
- All Implemented Interfaces:
- Serializable
- public class EntityStatistics
- extends Object
- implements Serializable
Entity related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
EntityStatistics
public EntityStatistics()
getDeleteCount
public long getDeleteCount()
getInsertCount
public long getInsertCount()
getLoadCount
public long getLoadCount()
getUpdateCount
public long getUpdateCount()
getFetchCount
public long getFetchCount()
toString
public String toString()