Uses of Package
org.hibernate.stat

Packages that use org.hibernate.stat
org.hibernate This package defines the central Hibernate APIs. 
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. 
 

Classes in org.hibernate.stat used by org.hibernate
SessionStatistics
          Information about the first-level (session) cache for a particular session instance
Statistics
          Statistics for a particular SessionFactory.
 

Classes in org.hibernate.stat used by org.hibernate.engine
StatisticsImplementor
          Statistics SPI for the Hibernate core
 

Classes in org.hibernate.stat used by org.hibernate.impl
SessionStatistics
          Information about the first-level (session) cache for a particular session instance
Statistics
          Statistics for a particular SessionFactory.
StatisticsImplementor
          Statistics SPI for the Hibernate core
 

Classes in org.hibernate.stat used by org.hibernate.stat
CategorizedStatistics
          Statistics for a particular "category" (a named entity, collection role, second level cache region or query).
CollectionStatistics
          Collection related statistics
EntityStatistics
          Entity related statistics
QueryStatistics
          Query statistics (HQL and SQL)

Note that for a cached query, the cache miss is equals to the db count

SecondLevelCacheStatistics
          Second level cache statistics of a specific region
SessionStatistics
          Information about the first-level (session) cache for a particular session instance
Statistics
          Statistics for a particular SessionFactory.
StatisticsImplementor
          Statistics SPI for the Hibernate core
 



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