Uses of Class
org.springframework.jdbc.datasource.DelegatingDataSource
Package
Description
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
Modifier and TypeClassDescriptionclass
An adapter for a targetDataSource
, applying the current Spring transaction's isolation level (and potentially specified user credentials) to everygetConnection
call.class
Proxy for a target DataSource, fetching actual JDBC Connections lazily, i.e.class
Proxy for a target JDBCDataSource
, adding awareness of Spring-managed transactions.class
An adapter for a target JDBCDataSource
, applying the specified user credentials to every standardgetConnection()
call, implicitly invokinggetConnection(username, password)
on the target.