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

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

The Spring Framework

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

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

Subclasses of IsolationLevelDataSourceAdapter in org.springframework.jdbc.datasource
 class WebSphereDataSourceAdapter
          DataSource implementation that delegates all calls to a WebSphere target DataSource, typically obtained from JNDI, applying a current isolation level and/or current user credentials to every Connection obtained from it.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.