The Spring Framework

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.jdbc.datasource.lookup Provides a strategy for looking up JDBC DataSources by name. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.vendor Support classes for adapting to specific JPA vendors. 
 

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 padding.
ConnectionHandle
          Simple interface to be implemented by handles for a JDBC Connection.
ConnectionHolder
          Connection holder, wrapping a JDBC Connection.
DelegatingDataSource
          JDBC 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.
IsolationLevelDataSourceAdapter
          An adapter for a target DataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every getConnection call.
SmartDataSource
          Extension of the javax.sql.DataSource interface, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.
UserCredentialsDataSourceAdapter
          An adapter for a target JDBC DataSource, applying the specified user credentials to every standard getConnection() call, implicitly invoking getConnection(username, password) on the target.
 

Classes in org.springframework.jdbc.datasource used by org.springframework.jdbc.datasource.lookup
AbstractDataSource
          Abstract base class for Spring's DataSource implementations, taking care of the padding.
 

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

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.