Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
SessionFactory.getStatistics()
Retrieve the statistics fopr this factory.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
SessionFactoryImpl.getStatistics() |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsServiceMBean
MBean exposing Session Factory statistics
|
Modifier and Type | Class and Description |
---|---|
class |
StatisticsService
JMX service for Hibernate statistics
Register this MBean in your JMX server for a specific session factory |
Modifier and Type | Method and Description |
---|---|
Statistics |
SessionFactoryStub.getStatistics() |
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-2015 Red Hat Middleware, LLC. All Rights Reserved