Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » stat » [javadoc | source]
org.hibernate.stat
public interface: SessionStatistics [javadoc | source]

All Known Implementing Classes:
    SessionStatisticsImpl

Information about the first-level (session) cache for a particular session instance
Method from org.hibernate.stat.SessionStatistics Summary:
getCollectionCount,   getCollectionKeys,   getEntityCount,   getEntityKeys
Method from org.hibernate.stat.SessionStatistics Detail:
 public int getCollectionCount()
    Get the number of collection instances associated with the session
 public Set getCollectionKeys()
    Get the set of all CollectionKeys
 public int getEntityCount()
    Get the number of entity instances associated with the session
 public Set getEntityKeys()
    Get the set of all EntityKeys