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

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


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

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

Subclasses of AbstractDataSource in org.springframework.jdbc.datasource
 class 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.
 class SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single Connection which is not closed after use.
 



Copyright (c) 2002-2007 The Spring Framework Project.