Generated by
JDiff

Package org.springframework.jdbc.datasource

Changed Classes
DriverManagerDataSource Simple implementation of the standard JDBC javax.sql.DataSource interface, configuring the plain old JDBC java.sql.DriverManager via bean properties, and returning a new java.sql.Connection from every {@code getConnection} call.
SingleConnectionDataSource Implementation of SmartDataSource that wraps a single JDBC Connection which is not closed after use.