Package org.hibernate.stat

Interface Summary
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
 

Class Summary
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
SessionStatisticsImpl  
StatisticsImpl