Package org.hibernate.stat

This package exposes statistics about a running Hibernate instance to the application.

See:
          Description

Interface Summary
CollectionStatistics Collection related statistics
EntityStatistics Entity related statistics
NaturalIdCacheStatistics NaturalId query statistics

Note that for a cached natural id, the cache miss is equals to the db count

QueryStatistics Query statistics (HQL and SQL)

Note that for a cached query, the cache miss is equals to the db count

SecondLevelCacheStatistics Second level cache statistics of a specific region
SessionStatistics Information about the first-level (session) cache for a particular session instance
Statistics Exposes statistics for a particular SessionFactory.
 

Package org.hibernate.stat Description

This package exposes statistics about a running Hibernate instance to the application.



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.