|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.stat.internal.SessionStatisticsImpl
public class SessionStatisticsImpl
Constructor Summary | |
---|---|
SessionStatisticsImpl(SessionImplementor session)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SessionStatisticsImpl(SessionImplementor session)
Method Detail |
---|
public int getEntityCount()
SessionStatistics
getEntityCount
in interface SessionStatistics
public int getCollectionCount()
SessionStatistics
getCollectionCount
in interface SessionStatistics
public Set getEntityKeys()
SessionStatistics
getEntityKeys
in interface SessionStatistics
EntityKey
public Set getCollectionKeys()
SessionStatistics
getCollectionKeys
in interface SessionStatistics
CollectionKey
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |