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 interface
SecondLevelCacheStatistics
Deprecated.UseCacheRegionStatistics
insteadMethods in org.hibernate.stat that return CacheRegionStatistics Modifier and Type Method Description CacheRegionStatistics
Statistics. getCacheRegionStatistics(java.lang.String regionName)
Get statistics for either a domain-data or query-result region - this method checks both, preferring domain data region if one.CacheRegionStatistics
Statistics. getDomainDataRegionStatistics(java.lang.String regionName)
Second-level cache statistics per domain data (entity, collection, natural-id) regionCacheRegionStatistics
Statistics. getQueryRegionStatistics(java.lang.String regionName)
Second-level cache statistics per query region
-