Package | Description |
---|---|
org.hibernate |
<p>
This package defines the central Hibernate APIs.
|
org.hibernate.engine.spi | |
org.hibernate.stat |
<p>
This package exposes statistics about a running Hibernate instance to the application.
|
org.hibernate.stat.spi |
Class and Description |
---|
SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
Statistics
Exposes statistics for a particular
SessionFactory . |
Class and Description |
---|
SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
Class and Description |
---|
CollectionStatistics
Collection related statistics
|
EntityStatistics
Entity related statistics
|
NaturalIdCacheStatistics
NaturalId query statistics
<p/>
Note that for a cached natural id, the cache miss is equals to the db count
|
QueryStatistics
Query statistics (HQL and SQL)
<p/>
Note that for a cached query, the cache miss is equals to the db count
|
SecondLevelCacheStatistics
Second level cache statistics of a specific region
|
Class and Description |
---|
Statistics
Exposes statistics for a particular
SessionFactory . |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.