站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

CollectionStatistics (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.stat
Class CollectionStatistics

java.lang.Object
  extended byorg.hibernate.stat.CategorizedStatistics
      extended byorg.hibernate.stat.CollectionStatistics
All Implemented Interfaces:
Serializable

public class CollectionStatistics
extends CategorizedStatistics

Collection related statistics

Author:
Gavin King
See Also:
Serialized Form

Method Summary
 long getFetchCount()
           
 long getLoadCount()
           
 long getRecreateCount()
           
 long getRemoveCount()
           
 long getUpdateCount()
           
 String toString()
           
 
Methods inherited from class org.hibernate.stat.CategorizedStatistics
getCategoryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLoadCount

public long getLoadCount()

getFetchCount

public long getFetchCount()

getRecreateCount

public long getRecreateCount()

getRemoveCount

public long getRemoveCount()

getUpdateCount

public long getUpdateCount()

toString

public String toString()