Uses of Interface
org.hibernate.stat.CacheRegionStatistics
Packages that use CacheRegionStatistics
Package
Description
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.-
Uses of CacheRegionStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return CacheRegionStatisticsModifier and TypeMethodDescription@Nullable CacheRegionStatistics
Statistics.getCacheRegionStatistics
(String regionName) Obtain the statistics for either a domain data or query result cache region.Statistics.getDomainDataRegionStatistics
(String regionName) Obtain the second-level cache statistics for the given cache region.@Nullable CacheRegionStatistics
Statistics.getQueryRegionStatistics
(String regionName) Obtain the second-level cache statistics for the given query cache region.