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