Uses of Package
org.hibernate.stat
-
Packages that use org.hibernate.stat Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSession
andSessionFactory
.org.hibernate.engine.spi org.hibernate.stat This package exposes statistics about a running instance ofSessionFactory
and its interaction with the database and second-level cache.org.hibernate.stat.spi -
Classes in org.hibernate.stat used by org.hibernate Class Description SessionStatistics Information about the first-level (session) cache for a particular instance ofSession
.Statistics Exposes statistics collected from all sessions belonging to a particularSessionFactory
. -
Classes in org.hibernate.stat used by org.hibernate.engine.spi Class Description SessionStatistics Information about the first-level (session) cache for a particular instance ofSession
. -
Classes in org.hibernate.stat used by org.hibernate.stat Class 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. -
Classes in org.hibernate.stat used by org.hibernate.stat.spi Class Description Statistics Exposes statistics collected from all sessions belonging to a particularSessionFactory
.