org.hibernate.stat
Class CollectionStatistics

java.lang.Object
  extended by org.hibernate.stat.CategorizedStatistics
      extended by org.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()
Overrides:
toString in class Object