org.hibernate.stat
Class CollectionStatisticsImpl

java.lang.Object
  extended by org.hibernate.stat.CategorizedStatistics
      extended by org.hibernate.stat.CollectionStatisticsImpl
All Implemented Interfaces:
Serializable, CollectionStatistics

public class CollectionStatisticsImpl
extends CategorizedStatistics
implements CollectionStatistics

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()
Specified by:
getLoadCount in interface CollectionStatistics

getFetchCount

public long getFetchCount()
Specified by:
getFetchCount in interface CollectionStatistics

getRecreateCount

public long getRecreateCount()
Specified by:
getRecreateCount in interface CollectionStatistics

getRemoveCount

public long getRemoveCount()
Specified by:
getRemoveCount in interface CollectionStatistics

getUpdateCount

public long getUpdateCount()
Specified by:
getUpdateCount in interface CollectionStatistics

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.