org.hibernate.stat
Class EntityStatisticsImpl
java.lang.Object
   org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.CategorizedStatistics
       org.hibernate.stat.EntityStatisticsImpl
org.hibernate.stat.EntityStatisticsImpl
- All Implemented Interfaces: 
- Serializable, EntityStatistics
- public class EntityStatisticsImpl 
- extends CategorizedStatistics- implements EntityStatistics
Entity related statistics
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
getDeleteCount
public long getDeleteCount()
- 
- Specified by:
- getDeleteCountin interface- EntityStatistics
 
- 
 
getInsertCount
public long getInsertCount()
- 
- Specified by:
- getInsertCountin interface- EntityStatistics
 
- 
 
getLoadCount
public long getLoadCount()
- 
- Specified by:
- getLoadCountin interface- EntityStatistics
 
- 
 
getUpdateCount
public long getUpdateCount()
- 
- Specified by:
- getUpdateCountin interface- EntityStatistics
 
- 
 
getFetchCount
public long getFetchCount()
- 
- Specified by:
- getFetchCountin interface- EntityStatistics
 
- 
 
getOptimisticFailureCount
public long getOptimisticFailureCount()
- 
- Specified by:
- getOptimisticFailureCountin interface- EntityStatistics
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.