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

Uses of Interface org.springframework.jdbc.datasource.SmartDataSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.jdbc.datasource.SmartDataSource

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

Classes in org.springframework.jdbc.datasource that implement SmartDataSource
 class SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single Connection which is not closed after use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.