Uses of Package
org.hibernate.stat
Packages that use org.hibernate.stat
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package exposes statistics
about a running instance of
SessionFactory
and its
interaction with the database and second-level cache.An SPI allowing customized statistics collection.
-
Classes in org.hibernate.stat used by org.hibernateClassDescriptionInformation about the first-level (session) cache for a particular instance of
Session
.Exposes statistics collected from all sessions belonging to a particularSessionFactory
. -
Classes in org.hibernate.stat used by org.hibernate.engine.spiClassDescriptionInformation about the first-level (session) cache for a particular instance of
Session
. -
Classes in org.hibernate.stat used by org.hibernate.statClassDescriptionSecond-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.
-
Classes in org.hibernate.stat used by org.hibernate.stat.spiClassDescriptionExposes statistics collected from all sessions belonging to a particular
SessionFactory
.