Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.resource.jdbc.internal | |
org.hibernate.resource.jdbc.spi |
Modifier and Type | Method and Description |
---|---|
JdbcSessionContext |
SessionDelegatorBaseImpl.getJdbcSessionContext() |
Modifier and Type | Class and Description |
---|---|
class |
JdbcSessionContextImpl |
Modifier and Type | Method and Description |
---|---|
JdbcSessionContext |
AbstractSharedSessionContract.getJdbcSessionContext() |
Modifier and Type | Method and Description |
---|---|
static LogicalConnectionManagedImpl |
LogicalConnectionManagedImpl.deserialize(java.io.ObjectInputStream ois,
JdbcConnectionAccess jdbcConnectionAccess,
JdbcSessionContext jdbcSessionContext) |
Constructor and Description |
---|
LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess,
JdbcSessionContext jdbcSessionContext,
ResourceRegistry resourceRegistry) |
Modifier and Type | Method and Description |
---|---|
JdbcSessionContext |
JdbcSessionOwner.getJdbcSessionContext() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.