站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.jdbc.datasource.DelegatingDataSource (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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 JDBC 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) 2002-2007 The Spring Framework Project.