程序包的使用
org.hibernate.stat
-
使用org.hibernate.stat的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application.org.hibernate.stat.internal org.hibernate.stat.spi -
org.hibernate使用的org.hibernate.stat中的类 类 说明 SessionStatistics Information about the first-level (session) cache for a particular session instanceStatistics Exposes statistics for a particularSessionFactory. -
org.hibernate.engine.spi使用的org.hibernate.stat中的类 类 说明 SessionStatistics Information about the first-level (session) cache for a particular session instance -
org.hibernate.internal使用的org.hibernate.stat中的类 类 说明 SessionStatistics Information about the first-level (session) cache for a particular session instance -
org.hibernate.stat使用的org.hibernate.stat中的类 类 说明 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 已过时。UseCacheRegionStatisticsinstead -
org.hibernate.stat.internal使用的org.hibernate.stat中的类 类 说明 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. -
org.hibernate.stat.spi使用的org.hibernate.stat中的类 类 说明 Statistics Exposes statistics for a particularSessionFactory.