| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SecondLevelCacheStatistics |
StatisticsService.getSecondLevelCacheStatistics(java.lang.String regionName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentSecondLevelCacheStatisticsImpl
Second level cache statistics of a specific region
|
class |
SecondLevelCacheStatisticsImpl
Second level cache statistics of a specific region
|
| Modifier and Type | Method and Description |
|---|---|
SecondLevelCacheStatistics |
ConcurrentStatisticsImpl.getSecondLevelCacheStatistics(java.lang.String regionName)
Second level cache statistics per region
|
SecondLevelCacheStatistics |
Statistics.getSecondLevelCacheStatistics(java.lang.String regionName)
Second level cache statistics per region
|
SecondLevelCacheStatistics |
StatisticsImpl.getSecondLevelCacheStatistics(java.lang.String regionName)
Deprecated.
Second level cache statistics per region
|
Copyright © 2013. All Rights Reserved.