| 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.
|
| Modifier and Type | Method and Description |
|---|---|
StatelessSession |
SessionFactory.openStatelessSession()
Open a new stateless session.
|
StatelessSession |
SessionFactory.openStatelessSession(Connection connection)
Open a new stateless session, utilizing the specified JDBC
Connection. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatelessSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
StatelessSession |
SessionFactoryImpl.openStatelessSession() |
StatelessSession |
SessionFactoryImpl.openStatelessSession(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
StatelessSession |
SessionFactoryStub.openStatelessSession() |
StatelessSession |
SessionFactoryStub.openStatelessSession(Connection conn) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved