Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
org.hibernate.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
Class and Description |
---|
SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
Statistics
Statistics for a particular SessionFactory.
|
Class and Description |
---|
StatisticsImplementor
Statistics SPI for the Hibernate core.
|
Class and Description |
---|
SessionStatistics
Information about the first-level (session) cache
for a particular session instance
|
Statistics
Statistics for a particular SessionFactory.
|
StatisticsImplementor
Statistics SPI for the Hibernate core.
|
Class and Description |
---|
CollectionStatistics
Collection related statistics
|
EntityStatistics
Entity related statistics
|
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
|
Statistics
Statistics for a particular SessionFactory.
|
Class and Description |
---|
CategorizedStatistics
Statistics for a particular "category" (a named entity,
collection role, second level cache region or query).
|
CollectionStatistics
Collection related statistics
|
EntityStatistics
Entity related statistics
|
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
Statistics for a particular SessionFactory.
|
StatisticsImplementor
Statistics SPI for the Hibernate core.
|
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved