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
          Simple implementation of the standard JDBC DataSource interface, configuring a plain old JDBC Driver via bean properties, and returning a new Connection for every getConnection call.
SmartDataSource
          Subinterface of javax.sql.DataSource, to be implemented by special DataSources that return JDBC Connections 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) 2002-2005 The Spring Framework Project.