|
Class Summary |
| AbstractDataSource |
Abstract base class for Spring's DataSource implementations, taking care of
the "uninteresting" glue. |
| DataSourceUtils |
A set of Jdbc DataSource utilities. |
| DriverManagerDataSource |
Simple implementation of the standard JDBC DataSource interface, configuring
a plain old JDBC Driver via bean properties, and returning a new Connection
for every getConnection call. |
| TransactionAwareDataSourceProxy |
Proxy for a target DataSource, adding awareness of local managed transactions. |