Uses of Class
org.hibernate.stat.CategorizedStatistics

Packages that use CategorizedStatistics
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application. 
 

Uses of CategorizedStatistics in org.hibernate.stat
 

Subclasses of CategorizedStatistics in org.hibernate.stat
 class CollectionStatisticsImpl
          Collection related statistics
 class ConcurrentCollectionStatisticsImpl
          Collection related statistics
 class ConcurrentEntityStatisticsImpl
          Entity related statistics
 class ConcurrentQueryStatisticsImpl
          Query statistics (HQL and SQL)

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

 class ConcurrentSecondLevelCacheStatisticsImpl
          Second level cache statistics of a specific region
 class EntityStatisticsImpl
          Entity related statistics
 class QueryStatisticsImpl
          Query statistics (HQL and SQL)

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

 class SecondLevelCacheStatisticsImpl
          Second level cache statistics of a specific region
 



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