See: Description
Interface | Description |
---|---|
CacheableDataStatistics | |
CacheRegionStatistics |
Second level cache statistics of a specific region
|
CollectionStatistics |
Collection related statistics
|
EntityStatistics |
Entity related statistics
|
NaturalIdCacheStatistics | Deprecated
(since 5.3) Use
NaturalIdStatistics - unfortunately the
old statistics contracts exposed these by region name, rather than the name of
the entity defining the natural-id |
NaturalIdStatistics |
Statistics pertaining to the execution of the "natural id resolution" query.
|
QueryStatistics |
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
|
SecondLevelCacheStatistics | Deprecated
Use
CacheRegionStatistics instead |
SessionStatistics |
Information about the first-level (session) cache
for a particular session instance
|
Statistics |
Exposes statistics for a particular
SessionFactory . |
This package exposes statistics about a running Hibernate instance to the application.
Copyright © 2019 JBoss by Red Hat. All rights reserved.