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.-
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.