|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryStatistics | |
|---|---|
| org.hibernate.stat | This package exposes statistics about a running Hibernate instance to the application. |
| Uses of QueryStatistics in org.hibernate.stat |
|---|
| Classes in org.hibernate.stat that implement QueryStatistics | |
|---|---|
class |
ConcurrentQueryStatisticsImpl
Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count |
class |
QueryStatisticsImpl
Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count |
| Methods in org.hibernate.stat that return QueryStatistics | |
|---|---|
QueryStatistics |
StatisticsImpl.getQueryStatistics(String queryString)
Query statistics from query string (HQL or SQL) |
QueryStatistics |
Statistics.getQueryStatistics(String queryString)
Query statistics from query string (HQL or SQL) |
QueryStatistics |
ConcurrentStatisticsImpl.getQueryStatistics(String queryString)
Query statistics from query string (HQL or SQL) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||