Abstract base class for Spring's javax.sql.DataSource
implementations, taking care of the padding.
'Padding' in the context of this class means…
API Doc Connection holder, wrapping a JDBC Connection.
DataSourceTransactionManager binds instances of this class
to the thread, for a specific…
API Doc Abstract base class for JDBC javax.sql.DataSource implementations
that operate on a JDBC java.sql.Driver.
API Doc JDBC javax.sql.DataSource implementation that delegates all calls
to a given target javax.sql.DataSource.
This class is meant to be subclassed,…
API Doc Simple implementation of the standard JDBC javax.sql.DataSource interface,
configuring the plain old JDBC java.sql.DriverManager via bean…
API Doc PlatformTransactionManager
implementation for a single JDBC javax.sql.DataSource. This class is
capable of working in any environment with any…
API Doc Simple implementation of the standard JDBC javax.sql.DataSource interface,
configuring a plain old JDBC java.sql.Driver via bean properties, and…
API Doc Implementation of SmartDataSource that wraps a single JDBC Connection
which is not closed after use. Obviously, this is not multi-threading…
API Doc Proxy for a target DataSource, fetching actual JDBC Connections lazily,
i.e. not until first creation of a Statement. Connection initialization
…
API Doc Proxy for a target JDBC javax.sql.DataSource, adding awareness of
Spring-managed transactions. Similar to a transactional JNDI DataSource
as…
API Doc