Package | Description |
---|---|
org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
org.hibernate.stat.internal |
Modifier and Type | Method and Description |
---|---|
QueryStatistics |
Statistics.getQueryStatistics(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(String queryString)
Query statistics from query string (HQL or SQL)
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.