org.hibernate.stat
Class EntityStatisticsImpl
java.lang.Object
org.hibernate.stat.CategorizedStatistics
org.hibernate.stat.EntityStatisticsImpl
- All Implemented Interfaces:
- java.io.Serializable, EntityStatistics
public class EntityStatisticsImpl
- extends CategorizedStatistics
- implements EntityStatistics
Entity 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 |
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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.