Uses of Class
org.springframework.jdbc.datasource.AbstractDriverBasedDataSource

Packages that use AbstractDriverBasedDataSource
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. 
 

Uses of AbstractDriverBasedDataSource in org.springframework.jdbc.datasource
 

Subclasses of AbstractDriverBasedDataSource in org.springframework.jdbc.datasource
 class DriverManagerDataSource
          Simple implementation of the standard JDBC DataSource interface, configuring the plain old JDBC DriverManager via bean properties, and returning a new Connection from every getConnection call.
 class SimpleDriverDataSource
          Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection from every getConnection call.
 class SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single JDBC Connection which is not closed after use.
 



Copyright © 2002-2008 The Spring Framework.