Uses of Class
org.hibernate.stat.SecondLevelCacheStatistics

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

Uses of SecondLevelCacheStatistics in org.hibernate.stat
 

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



Copyright © 2008 Hibernate.org. All Rights Reserved.