org.hibernate.stat
Class CollectionStatisticsImpl
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.CollectionStatisticsImpl
- All Implemented Interfaces:
- java.io.Serializable, CollectionStatistics
public class CollectionStatisticsImpl
- extends CategorizedStatistics
- implements CollectionStatistics
Collection related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.