FileDocCategorySizeDatePackage
SessionStatistics.javaAPI DocHibernate 3.2.5763Wed May 11 10:26:04 BST 2005org.hibernate.stat

SessionStatistics

public interface SessionStatistics
Information about the first-level (session) cache for a particular session instance
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public intgetCollectionCount()
Get the number of collection instances associated with the session

public java.util.SetgetCollectionKeys()
Get the set of all CollectionKeys

see
org.hibernate.engine.CollectionKey

public intgetEntityCount()
Get the number of entity instances associated with the session

public java.util.SetgetEntityKeys()
Get the set of all EntityKeys

see
org.hibernate.engine.EntityKey