org.hibernate.stat
Class CollectionStatistics

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

public class CollectionStatistics
extends Object
implements Serializable

Collection related statistics

Author:
Gavin King
See Also:
Serialized Form

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

Constructor Detail

CollectionStatistics

public CollectionStatistics()
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()