Uses of Interface
org.hibernate.stat.QueryStatistics
Packages that use QueryStatistics
Package
Description
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.The built-in implementation of the statistics collection service.
-
Uses of QueryStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return QueryStatisticsModifier and TypeMethodDescriptionStatistics.getQueryStatistics
(String queryString) Obtain the query statistics for the given query string. -
Uses of QueryStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement QueryStatistics