Uses of Class
org.hibernate.stat.SecondLevelCacheStatistics

Packages that use SecondLevelCacheStatistics
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application. 
 

Uses of SecondLevelCacheStatistics in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return SecondLevelCacheStatistics
 SecondLevelCacheStatistics StatisticsService.getSecondLevelCacheStatistics(String regionName)
           
 

Uses of SecondLevelCacheStatistics in org.hibernate.stat
 

Methods in org.hibernate.stat that return SecondLevelCacheStatistics
 SecondLevelCacheStatistics Statistics.getSecondLevelCacheStatistics(String regionName)
          Second level cache statistics per region
 SecondLevelCacheStatistics StatisticsImpl.getSecondLevelCacheStatistics(String regionName)
          Second level cache statistics per region
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved