站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.stat.CategorizedStatistics (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


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 CollectionStatistics
          Collection related statistics
 class EntityStatistics
          Entity related statistics
 class QueryStatistics
          Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count
 class SecondLevelCacheStatistics
          Second level cache statistics of a specific region