Uses of Interface
org.hibernate.stat.StatisticsImplementor

Packages that use StatisticsImplementor
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
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 StatisticsImplementor in org.hibernate.engine
 

Methods in org.hibernate.engine that return StatisticsImplementor
 StatisticsImplementor SessionFactoryImplementor.getStatisticsImplementor()
          Statistics SPI
 

Uses of StatisticsImplementor in org.hibernate.impl
 

Methods in org.hibernate.impl that return StatisticsImplementor
 StatisticsImplementor SessionFactoryImpl.getStatisticsImplementor()
           
 

Uses of StatisticsImplementor in org.hibernate.stat
 

Classes in org.hibernate.stat that implement StatisticsImplementor
 class ConcurrentStatisticsImpl
          Implementation of Statistics, as well as StatisticsImplementor, based on the java.util.concurrent package introduced in Java 5.
 class StatisticsImpl
          Deprecated. Use ConcurrentStatisticsImpl instead
 



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