Uses of Interface
org.hibernate.stat.SessionStatistics

Packages that use SessionStatistics
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application. 
 

Uses of SessionStatistics in org.hibernate
 

Methods in org.hibernate that return SessionStatistics
 SessionStatistics Session.getStatistics()
          Get the statistics for this session.
 

Uses of SessionStatistics in org.hibernate.impl
 

Methods in org.hibernate.impl that return SessionStatistics
 SessionStatistics SessionImpl.getStatistics()
           
 

Uses of SessionStatistics in org.hibernate.stat
 

Classes in org.hibernate.stat that implement SessionStatistics
 class SessionStatisticsImpl
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.