org.hibernate.stat
Class EntityStatisticsImpl
java.lang.Object
org.hibernate.stat.CategorizedStatistics
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:
getDeleteCount
in interface EntityStatistics
getInsertCount
public long getInsertCount()
- Specified by:
getInsertCount
in interface EntityStatistics
getLoadCount
public long getLoadCount()
- Specified by:
getLoadCount
in interface EntityStatistics
getUpdateCount
public long getUpdateCount()
- Specified by:
getUpdateCount
in interface EntityStatistics
getFetchCount
public long getFetchCount()
- Specified by:
getFetchCount
in interface EntityStatistics
getOptimisticFailureCount
public long getOptimisticFailureCount()
- Specified by:
getOptimisticFailureCount
in interface EntityStatistics
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.