| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelegatingDataSource | |
|---|---|
| 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 DelegatingDataSource in org.springframework.jdbc.datasource | 
|---|
| Subclasses of DelegatingDataSource in org.springframework.jdbc.datasource | |
|---|---|
|  class | IsolationLevelDataSourceAdapterAn adapter for a target DataSource, applying the current
 Spring transaction's isolation level (and potentially specified user credentials)
 to everygetConnectioncall. | 
|  class | LazyConnectionDataSourceProxyProxy for a target DataSource, fetching actual JDBC Connections lazily, i.e. not until first creation of a Statement. | 
|  class | TransactionAwareDataSourceProxyProxy for a target JDBC DataSource, adding awareness of
 Spring-managed transactions. | 
|  class | UserCredentialsDataSourceAdapterAn adapter for a target JDBC DataSource, applying the specified
 user credentials to every standardgetConnection()call, implicitly
 invokinggetConnection(username, password)on the target. | 
|  class | WebSphereDataSourceAdapterDataSourceimplementation that delegates all calls to a WebSphere
 targetDataSource, typically obtained from JNDI, applying a current
 isolation level and/or current user credentials to every Connection obtained
 from it. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||