Uses of Class
org.springframework.jdbc.datasource.UserCredentialsDataSourceAdapter
Packages that use UserCredentialsDataSourceAdapter
Package
Description
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.datasourceSubclasses of UserCredentialsDataSourceAdapter in org.springframework.jdbc.datasourceModifier and TypeClassDescriptionclassAn adapter for a targetDataSource, applying the current Spring transaction's isolation level (and potentially specified user credentials) to everygetConnectioncall.