| Package | Description |
|---|---|
| org.hibernate.cache.ehcache.management.impl |
Defines JMX support for the Ehcache integration
|
| org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
| org.hibernate.stat.internal |
| Constructor and Description |
|---|
QueryStats(java.lang.String name,
QueryStatistics src)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
Statistics.getQueryStatistics(java.lang.String queryString)
Query statistics from query string (HQL or SQL)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentQueryStatisticsImpl
Query statistics (HQL and SQL)
Note that for a cached query, the cache miss is equals to the db count
|
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
ConcurrentStatisticsImpl.getQueryStatistics(java.lang.String queryString)
Query statistics from query string (HQL or SQL)
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.