Uses of Package
org.hibernate.stat
-
Packages that use org.hibernate.stat Package Description org.hibernate org.hibernate.engine.spi org.hibernate.internal org.hibernate.stat org.hibernate.stat.internal 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.internal 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.internal 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.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.stat.spi Class Description Statistics Exposes statistics collected from all sessions belonging to a particularSessionFactory
.