接口 SessionStatistics

  • 所有已知实现类:
    SessionStatisticsImpl

    public interface SessionStatistics
    Information about the first-level (session) cache for a particular session instance
    作者:
    Gavin King
    • 方法详细资料

      • 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
      • getEntityKeys

        Set getEntityKeys()
        Get the set of all EntityKeys
        另请参阅:
        EntityKey
      • getCollectionKeys

        Set getCollectionKeys()
        Get the set of all CollectionKeys
        另请参阅:
        CollectionKey