Package org.hibernate.stat
package org.hibernate.stat
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.-
ClassDescriptionSecond-level cache statistics of a specific region.Collection-related statistics.Entity-related statistics.Statistics pertaining to the execution of queries which resolve a natural id lookup against the database.Statistics relating to a particular query written in HQL or SQL.Information about the first-level (session) cache for a particular instance of
Session
.Exposes statistics collected from all sessions belonging to a particularSessionFactory
.