接口 SessionStatistics
-
- 所有已知实现类:
SessionStatisticsImpl
public interface SessionStatisticsInformation about the first-level (session) cache for a particular session instance- 作者:
- Gavin King
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 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
-
-
-
方法详细资料
-
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- 另请参阅:
CollectionKey
-
-