程序包 org.hibernate.stat
This package exposes statistics about a running Hibernate instance to the application.
-
接口概要 接口 说明 CacheableDataStatistics CacheRegionStatistics Second level cache statistics of a specific regionCollectionStatistics Collection related statisticsEntityStatistics Entity related statisticsNaturalIdCacheStatistics 已过时。 (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 已过时。 UseCacheRegionStatisticsinsteadSessionStatistics Information about the first-level (session) cache for a particular session instanceStatistics Exposes statistics for a particularSessionFactory.