|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.stat.SessionStatisticsImpl
public class SessionStatisticsImpl
| Constructor Summary | |
|---|---|
SessionStatisticsImpl(SessionImplementor session)
|
|
| Method Summary | |
|---|---|
int |
getCollectionCount()
Get the number of collection instances associated with the session |
java.util.Set |
getCollectionKeys()
Get the set of all CollectionKeys |
int |
getEntityCount()
Get the number of entity instances associated with the session |
java.util.Set |
getEntityKeys()
Get the set of all EntityKeys |
java.lang.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 SessionStatisticspublic int getCollectionCount()
SessionStatistics
getCollectionCount in interface SessionStatisticspublic java.util.Set getEntityKeys()
SessionStatistics
getEntityKeys in interface SessionStatisticsEntityKeypublic java.util.Set getCollectionKeys()
SessionStatistics
getCollectionKeys in interface SessionStatisticsCollectionKeypublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||