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 |
---|---|
NaturalIdCacheStatistics |
Statistics.getNaturalIdCacheStatistics(String regionName)
Deprecated.
(since 5.3) Use
Statistics.getNaturalIdStatistics(java.lang.String) or
@getDomainDataRegionStatistics instead depending on need |
Modifier and Type | Class and Description |
---|---|
class |
DeprecatedNaturalIdCacheStatisticsImpl
Deprecated.
(since 5.3)
NaturalIdStatistics is preferred over
NaturalIdCacheStatistics |
Copyright © 2019 JBoss by Red Hat. All rights reserved.