Uses of Package
org.hibernate.stat
-
Packages that use org.hibernate.stat Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.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 An SPI allowing customized statistics collection. -
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
.