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()
          Retrieve the statistics fopr this 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 ConcurrentStatisticsImpl
          Implementation of Statistics, as well as StatisticsImplementor, based on the java.util.concurrent package introduced in Java 5.
 class StatisticsImpl
           
 



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