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 |
SingleConnectionDataSource
Implementation of
SmartDataSource that wraps a single JDBC Connection
which is not closed after use. |