| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.spi | |
| org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
| org.hibernate.stat.spi |
| Class and Description |
|---|
| SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
| Statistics
Exposes statistics for a particular
SessionFactory. |
| Class and Description |
|---|
| SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
| Class and 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 |
| Class and Description |
|---|
| Statistics
Exposes statistics for a particular
SessionFactory. |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.