Uses of Package
org.hibernate.stat
Packages that useorg.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 ofSession andStatelessSession, the most important APIs exposing persistence-related operations for entities.This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs, mostly defined in
org.hibernate.This package exposesstatistics about a running instance of
SessionFactory and its interaction with the database and second-level cache.The built-in implementation of the statistics collection service.
An SPI allowing customized statistics collection.
- Classes inorg.hibernate.stat used byorg.hibernateClassDescriptionInformation about the first-level (session) cache for a particular instance of
Session.Exposes statistics collected from all sessions belonging to a givenSessionFactory. - Classes inorg.hibernate.stat used byorg.hibernate.engine.spiClassDescriptionInformation about the first-level (session) cache for a particular instance of
Session. - Classes inorg.hibernate.stat used byorg.hibernate.internalClassDescriptionInformation about the first-level (session) cache for a particular instance of
Session. - Classes inorg.hibernate.stat used byorg.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 inorg.hibernate.stat used byorg.hibernate.stat.internalClassDescriptionSecond-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 givenSessionFactory. - Classes inorg.hibernate.stat used byorg.hibernate.stat.spi