org.hibernate.stat
Class EntityStatistics

java.lang.Object
  extended byorg.hibernate.stat.CategorizedStatistics
      extended byorg.hibernate.stat.EntityStatistics
All Implemented Interfaces:
Serializable

public class EntityStatistics
extends CategorizedStatistics

Entity related statistics

Author:
Gavin King
See Also:
Serialized Form

Method Summary
 long getDeleteCount()
           
 long getFetchCount()
           
 long getInsertCount()
           
 long getLoadCount()
           
 long getOptimisticFailureCount()
           
 long getUpdateCount()
           
 String toString()
           
 
Methods inherited from class org.hibernate.stat.CategorizedStatistics
getCategoryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDeleteCount

public long getDeleteCount()

getInsertCount

public long getInsertCount()

getLoadCount

public long getLoadCount()

getUpdateCount

public long getUpdateCount()

getFetchCount

public long getFetchCount()

getOptimisticFailureCount

public long getOptimisticFailureCount()

toString

public String toString()