Package org.hibernate.stat
-
Interface Summary Interface Description CacheableDataStatistics CacheRegionStatistics Second level cache statistics of a specific regionCollectionStatistics Collection related statisticsEntityStatistics Entity related statisticsNaturalIdCacheStatistics Deprecated. (since 5.3) UseNaturalIdStatistics
- unfortunately the old statistics contracts exposed these by region name, rather than the name of the entity defining the natural-idNaturalIdStatistics Statistics pertaining to the execution of the "natural id resolution" query.QueryStatistics Query statistics (HQL and SQL)SecondLevelCacheStatistics Deprecated. UseCacheRegionStatistics
insteadSessionStatistics Information about the first-level (session) cache for a particular session instanceStatistics Exposes statistics for a particularSessionFactory
.