Package org.hibernate.stat
Interface SessionStatistics
-
public interface SessionStatisticsInformation about the first-level (session) cache for a particular session instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCollectionCount()Get the number of collection instances associated with the sessionSetgetCollectionKeys()Get the set of all CollectionKeysintgetEntityCount()Get the number of entity instances associated with the sessionSetgetEntityKeys()Get the set of all EntityKeys
-
-
-
Method Detail
-
getEntityCount
int getEntityCount()
Get the number of entity instances associated with the session
-
getCollectionCount
int getCollectionCount()
Get the number of collection instances associated with the session
-
getCollectionKeys
Set getCollectionKeys()
Get the set of all CollectionKeys- See Also:
CollectionKey
-
-