public class SessionStatisticsImpl extends java.lang.Object implements SessionStatistics
Constructor and Description |
---|
SessionStatisticsImpl(SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
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() |
public SessionStatisticsImpl(SessionImplementor session)
public int getEntityCount()
SessionStatistics
getEntityCount
in interface SessionStatistics
public int getCollectionCount()
SessionStatistics
getCollectionCount
in interface SessionStatistics
public java.util.Set getEntityKeys()
SessionStatistics
getEntityKeys
in interface SessionStatistics
EntityKey
public java.util.Set getCollectionKeys()
SessionStatistics
getCollectionKeys
in interface SessionStatistics
CollectionKey
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.