| Package | Description |
|---|---|
| org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
| org.hibernate.stat.internal |
| Modifier and Type | Method and Description |
|---|---|
SecondLevelCacheStatistics |
Statistics.getSecondLevelCacheStatistics(String regionName)
Deprecated.
(since 5.3) Use
Statistics.getDomainDataRegionStatistics(java.lang.String) instead |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheRegionStatisticsImpl
Second level cache statistics of a specific region
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.