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

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

Subclasses of DelegatingDataSource in org.springframework.jdbc.datasource
 class LazyConnectionDataSourceProxy
          Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. not until first creation of a Statement.
 class TransactionAwareDataSourceProxy
          Proxy for a target DataSource, adding awareness of Spring-managed transactions.
 class UserCredentialsDataSourceAdapter
          An adapter for a target DataSource, applying the given user credentials to every standard getConnection() call, that is, implicitly invoking getConnection(username, password) on the target.
 



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