Package | Description |
---|---|
org.hibernate.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionStatisticsImpl
Collection related statistics
|
class |
ConcurrentCollectionStatisticsImpl
Collection related statistics
|
class |
ConcurrentEntityStatisticsImpl
Entity related statistics
|
class |
ConcurrentQueryStatisticsImpl
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
|
class |
ConcurrentSecondLevelCacheStatisticsImpl
Second level cache statistics of a specific region
|
class |
EntityStatisticsImpl
Entity related statistics
|
class |
QueryStatisticsImpl
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
|
class |
SecondLevelCacheStatisticsImpl
Second level cache statistics of a specific region
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved