org.hibernate.stat
Class CollectionStatistics
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.CollectionStatistics
- All Implemented Interfaces:
- Serializable
public class CollectionStatistics
- extends CategorizedStatistics
Collection related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
getLoadCount
public long getLoadCount()
getFetchCount
public long getFetchCount()
getRecreateCount
public long getRecreateCount()
getRemoveCount
public long getRemoveCount()
getUpdateCount
public long getUpdateCount()
toString
public String toString()
- Overrides:
toString
in class Object