Uses of Interface
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
 

Classes in org.hibernate.stat that implement SecondLevelCacheStatistics
 class ConcurrentSecondLevelCacheStatisticsImpl
          Second level cache statistics of a specific region
 class SecondLevelCacheStatisticsImpl
          Second level cache statistics of a specific region
 

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



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.