public interface

SessionStatistics

org.hibernate.stat.SessionStatistics
Known Indirect Subclasses

Class Overview

Information about the first-level (session) cache for a particular session instance

Summary

Public Methods
abstract int getCollectionCount()
Get the number of collection instances associated with the session
abstract Set getCollectionKeys()
Get the set of all CollectionKeys
abstract int getEntityCount()
Get the number of entity instances associated with the session
abstract Set getEntityKeys()
Get the set of all EntityKeys

Public Methods

public abstract int getCollectionCount ()

Get the number of collection instances associated with the session

public abstract Set getCollectionKeys ()

Get the set of all CollectionKeys

See Also

public abstract int getEntityCount ()

Get the number of entity instances associated with the session

public abstract Set getEntityKeys ()

Get the set of all EntityKeys

See Also