Uses of Interface
org.hibernate.stat.CacheRegionStatistics
-
Packages that use CacheRegionStatistics Package Description org.hibernate.stat -
-
Uses of CacheRegionStatistics in org.hibernate.stat
Subinterfaces of CacheRegionStatistics in org.hibernate.stat Modifier and Type Interface Description interfaceSecondLevelCacheStatisticsDeprecated.UseCacheRegionStatisticsinsteadMethods in org.hibernate.stat that return CacheRegionStatistics Modifier and Type Method Description CacheRegionStatisticsStatistics. getCacheRegionStatistics(String regionName)Get statistics for either a domain-data or query-result region - this method checks both, preferring domain data region if one.CacheRegionStatisticsStatistics. getDomainDataRegionStatistics(String regionName)Second-level cache statistics per domain data (entity, collection, natural-id) regionCacheRegionStatisticsStatistics. getQueryRegionStatistics(String regionName)Second-level cache statistics per query region
-