当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
CollectionStatistics (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
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()