| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
| org.hibernate.resource.jdbc | |
| org.hibernate.resource.jdbc.internal |
| Modifier and Type | Method and Description |
|---|---|
default ResourceRegistry |
JdbcCoordinator.getResourceRegistry()
Deprecated.
(since 5.2) access via
JdbcCoordinator.getLogicalConnection() instead |
| Modifier and Type | Method and Description |
|---|---|
ResourceRegistry |
LogicalConnection.getResourceRegistry()
Provides access to the registry of JDBC resources associated with this LogicalConnection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceRegistryStandardImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceRegistry |
AbstractLogicalConnectionImplementor.resourceRegistry |
| Modifier and Type | Method and Description |
|---|---|
ResourceRegistry |
AbstractLogicalConnectionImplementor.getResourceRegistry() |
| Constructor and Description |
|---|
LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess,
JdbcSessionContext jdbcSessionContext,
ResourceRegistry resourceRegistry) |
LogicalConnectionProvidedImpl(java.sql.Connection providedConnection,
ResourceRegistry resourceRegistry) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.