| Package | Description |
|---|---|
| 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.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
SessionFactoryImplementor.getStatisticsImplementor()
Statistics SPI
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
SessionFactoryImpl.getStatisticsImplementor() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentStatisticsImpl
Implementation of
Statistics, as well as StatisticsImplementor, based on the
java.util.concurrent package introduced in Java 5. |
class |
StatisticsImpl
Deprecated.
Use
ConcurrentStatisticsImpl instead |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved