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.internal | |
org.hibernate.resource.jdbc.spi |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
JdbcCoordinatorImpl.getLogicalConnection() |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
JdbcCoordinator.getLogicalConnection()
Retrieves the logical connection associated with this JDBC coordinator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogicalConnectionImplementor |
class |
LogicalConnectionManagedImpl
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.
|
class |
LogicalConnectionProvidedImpl |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
LogicalConnectionManagedImpl.makeShareableCopy() |
LogicalConnectionImplementor |
LogicalConnectionProvidedImpl.makeShareableCopy() |
Modifier and Type | Method and Description |
---|---|
LogicalConnectionImplementor |
LogicalConnectionImplementor.makeShareableCopy()
Deprecated.
This method is not used by Hibernate.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.