public class

SessionStatisticsImpl

extends Object
implements SessionStatistics
java.lang.Object
   ↳ org.hibernate.stat.SessionStatisticsImpl

Summary

Public Constructors
SessionStatisticsImpl(SessionImplementor session)
Public Methods
int getCollectionCount()
Get the number of collection instances associated with the session
Set getCollectionKeys()
Get the set of all CollectionKeys
int getEntityCount()
Get the number of entity instances associated with the session
Set getEntityKeys()
Get the set of all EntityKeys
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.stat.SessionStatistics

Public Constructors

public SessionStatisticsImpl (SessionImplementor session)

Public Methods

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

public String toString ()