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.stat |
This package exposes statistics about a running
Hibernate instance to the application.
|
Modifier and Type | Method and Description |
---|---|
SessionStatistics |
Session.getStatistics()
Get the statistics for this session.
|
Modifier and Type | Method and Description |
---|---|
SessionStatistics |
SessionImpl.getStatistics() |
Modifier and Type | Class and Description |
---|---|
class |
SessionStatisticsImpl |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved