Package | Description |
---|---|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
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 |
---|---|
ResourceRegistry |
JdbcCoordinatorImpl.getResourceRegistry() |
Modifier and Type | Method and Description |
---|---|
ResourceRegistry |
JdbcCoordinator.getResourceRegistry() |
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(Connection providedConnection,
ResourceRegistry resourceRegistry) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.