Uses of Package
org.springframework.jdbc.datasource

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

Classes in org.springframework.jdbc.datasource used by org.springframework.jdbc.datasource
AbstractDataSource
          Abstract base class for Spring's DataSource implementations, taking care of the "uninteresting" glue.
ConnectionHolder
          Connection holder, wrapping a JDBC Connection.
DriverManagerDataSource
          Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and returns a new connection every time.
SmartDataSource
          Interface to be implemented by classes that can provide a connection to a relational database.
 



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