| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcSessionOwner |
JdbcCoordinatorImpl.getJdbcSessionOwner() |
| Modifier and Type | Method and Description |
|---|---|
static JdbcCoordinatorImpl |
JdbcCoordinatorImpl.deserialize(java.io.ObjectInputStream ois,
JdbcSessionOwner owner)
JDK deserialization hook
|
| Constructor and Description |
|---|
JdbcCoordinatorImpl(java.sql.Connection userSuppliedConnection,
JdbcSessionOwner owner)
Constructs a JdbcCoordinatorImpl
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionImpl
Functionality common to stateless and stateful sessions
|
class |
SessionImpl
Concrete implementation of a Session.
|
class |
StatelessSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
JdbcSessionOwner |
TransactionCoordinatorOwner.getJdbcSessionOwner() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.