Uses of Class
org.springframework.jdbc.datasource.AbstractDataSource
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
Provides a strategy for looking up JDBC DataSources by name.
-
Uses of AbstractDataSource in org.springframework.jdbc.datasource
Modifier and TypeClassDescriptionclass
Abstract base class for JDBCDataSource
implementations that operate on a JDBCDriver
.class
Simple implementation of the standard JDBCDataSource
interface, configuring the plain old JDBCDriverManager
via bean properties, and returning a newConnection
from everygetConnection
call.class
Simple implementation of the standard JDBCDataSource
interface, configuring a plain old JDBCDriver
via bean properties, and returning a newConnection
from everygetConnection
call.class
Implementation ofSmartDataSource
that wraps a single JDBC Connection which is not closed after use. -
Uses of AbstractDataSource in org.springframework.jdbc.datasource.lookup
Modifier and TypeClassDescriptionclass
AbstractDataSource
implementation that routesAbstractRoutingDataSource.getConnection()
calls to one of various target DataSources based on a lookup key.class
DataSource that routes to one of various target DataSources based on the current transaction isolation level.