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.  
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts.  
 

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.
ConnectionHandle
          Simple interface to be implemented by handles for a JDBC Connection.
ConnectionHolder
          Connection holder, wrapping a JDBC Connection.
DelegatingDataSource
          DataSource implementation that delegates all calls to a given target DataSource.
DriverManagerDataSource
          Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and returns a new Connection every time.
SmartDataSource
          Subinterface of javax.sql.DataSource, to be implemented by special DataSources that return pooled JDBC Connection in an unwrapped fashion.
 

Classes in org.springframework.jdbc.datasource used by org.springframework.orm.jdo
ConnectionHandle
          Simple interface to be implemented by handles for a JDBC Connection.
 



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