See: Description
Interface | Description |
---|---|
CollectionStatistics |
Collection related statistics
|
EntityStatistics |
Entity related statistics
|
NaturalIdCacheStatistics |
NaturalId query statistics
Note that for a cached natural id, the cache miss is equals to the db count
|
QueryStatistics |
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
|
SecondLevelCacheStatistics |
Second level cache statistics of a specific region
|
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 © 2017 JBoss by Red Hat. All rights reserved.