Uses of Package
org.hibernate.stat
-
Packages that use org.hibernate.stat Package Description org.hibernate org.hibernate.engine.spi org.hibernate.stat org.hibernate.stat.spi -
Classes in org.hibernate.stat used by org.hibernate Class Description SessionStatistics Information about the first-level (session) cache for a particular session instanceStatistics Exposes statistics for a particularSessionFactory
. -
Classes in org.hibernate.stat used by org.hibernate.engine.spi Class Description SessionStatistics Information about the first-level (session) cache for a particular session instance -
Classes in org.hibernate.stat used by org.hibernate.stat Class 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
instead -
Classes in org.hibernate.stat used by org.hibernate.stat.spi Class Description Statistics Exposes statistics for a particularSessionFactory
.