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 | Method and Description |
---|---|
ConnectionHolder |
JdbcTransactionObjectSupport.getConnectionHolder()
Return the ConnectionHolder for this transaction object.
|
protected ConnectionHolder |
JdbcTransactionObjectSupport.getConnectionHolderForSavepoint() |
Modifier and Type | Method and Description |
---|---|
void |
JdbcTransactionObjectSupport.setConnectionHolder(ConnectionHolder connectionHolder)
Set the ConnectionHolder for this transaction object.
|