Uses of Interface
org.hibernate.stat.Statistics

Packages that use Statistics
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 Statistics in org.hibernate
 

Methods in org.hibernate that return Statistics
 Statistics SessionFactory.getStatistics()
          Get the statistics for this session factory
 

Uses of Statistics in org.hibernate.impl
 

Methods in org.hibernate.impl that return Statistics
 Statistics SessionFactoryImpl.getStatistics()
           
 

Uses of Statistics in org.hibernate.stat
 

Classes in org.hibernate.stat that implement Statistics
 class StatisticsImpl
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.