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

Packages that use AbstractDataSource
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 AbstractDataSource in org.springframework.jdbc.datasource
 

Subclasses of AbstractDataSource in org.springframework.jdbc.datasource
 class DriverManagerDataSource
          Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and returns a new Connection every time.
 class SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single connection which is not closed after use.
 



Copyright (C) 2003-2004 The Spring Framework Project.