Uses of Interface
org.hibernate.stat.CacheRegionStatistics
-
Packages that use CacheRegionStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactoryand its interaction with the database and second-level cache.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
Uses of CacheRegionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CacheRegionStatistics Modifier and Type Method Description CacheRegionStatisticsStatistics. getCacheRegionStatistics(String regionName)Obtain the statistics for either a domain data or query result cache region.CacheRegionStatisticsStatistics. getDomainDataRegionStatistics(String regionName)Obtain the second-level cache statistics for the given cache region.CacheRegionStatisticsStatistics. getQueryRegionStatistics(String regionName)Obtain the second-level cache statistics for the given query cache region. -
Uses of CacheRegionStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement CacheRegionStatistics Modifier and Type Class Description classCacheRegionStatisticsImplSecond level cache statistics of a specific region
-