org.hibernate.stat
Class EntityStatistics

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

public class EntityStatistics
extends Object
implements Serializable

Entity related statistics

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
EntityStatistics()
           
 
Method Summary
 long getDeleteCount()
           
 long getFetchCount()
           
 long getInsertCount()
           
 long getLoadCount()
           
 long getUpdateCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityStatistics

public EntityStatistics()
Method Detail

getDeleteCount

public long getDeleteCount()

getInsertCount

public long getInsertCount()

getLoadCount

public long getLoadCount()

getUpdateCount

public long getUpdateCount()

getFetchCount

public long getFetchCount()

toString

public String toString()