| Package | Description |
|---|---|
| org.springframework.jdbc.datasource |
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleConnectionHandle
Simple implementation of the
ConnectionHandle interface,
containing a given JDBC Connection. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandle |
ConnectionHolder.getConnectionHandle()
Return the ConnectionHandle held by this ConnectionHolder.
|
| Constructor and Description |
|---|
ConnectionHolder(ConnectionHandle connectionHandle)
Create a new ConnectionHolder for the given ConnectionHandle.
|