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

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

Subclasses of UserCredentialsDataSourceAdapter in org.springframework.jdbc.datasource
 class IsolationLevelDataSourceAdapter
          An adapter for a target DataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to every getConnection call.
 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.
 



Copyright © 2002-2008 The Spring Framework.