Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » stat » [javadoc | source]
org.hibernate.stat
public class: SessionStatisticsImpl [javadoc | source]
java.lang.Object
   org.hibernate.stat.SessionStatisticsImpl

All Implemented Interfaces:
    SessionStatistics

Constructor:
 public SessionStatisticsImpl(SessionImplementor session) 
Method from org.hibernate.stat.SessionStatisticsImpl Summary:
getCollectionCount,   getCollectionKeys,   getEntityCount,   getEntityKeys,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.stat.SessionStatisticsImpl Detail:
 public int getCollectionCount() 
 public Set getCollectionKeys() 
 public int getEntityCount() 
 public Set getEntityKeys() 
 public String toString()