org.hibernate.stat

Class SessionStatisticsImpl

Implemented Interfaces:
SessionStatistics

public class SessionStatisticsImpl
extends java.lang.Object
implements SessionStatistics

Author:
Gavin King

Constructor Summary

SessionStatisticsImpl(SessionImplementor session)

Method Summary

int
getCollectionCount()
Set
getCollectionKeys()
int
getEntityCount()
Set
getEntityKeys()
String
toString()

Constructor Details

SessionStatisticsImpl

public SessionStatisticsImpl(SessionImplementor session)

Method Details

getCollectionCount

public int getCollectionCount()
Specified by:
getCollectionCount in interface SessionStatistics

getCollectionKeys

public Set getCollectionKeys()
Specified by:
getCollectionKeys in interface SessionStatistics

getEntityCount

public int getEntityCount()
Specified by:
getEntityCount in interface SessionStatistics

getEntityKeys

public Set getEntityKeys()
Specified by:
getEntityKeys in interface SessionStatistics

toString

public String toString()