org.hibernate.stat
Class CollectionStatisticsImpl
java.lang.Object
   org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.CategorizedStatistics
       org.hibernate.stat.CollectionStatisticsImpl
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
 
 
 
getLoadCount
public long getLoadCount()
- 
- Specified by:
- getLoadCountin interface- CollectionStatistics
 
- 
 
getFetchCount
public long getFetchCount()
- 
- Specified by:
- getFetchCountin interface- CollectionStatistics
 
- 
 
getRecreateCount
public long getRecreateCount()
- 
- Specified by:
- getRecreateCountin interface- CollectionStatistics
 
- 
 
getRemoveCount
public long getRemoveCount()
- 
- Specified by:
- getRemoveCountin interface- CollectionStatistics
 
- 
 
getUpdateCount
public long getUpdateCount()
- 
- Specified by:
- getUpdateCountin interface- CollectionStatistics
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.