Uses of Class
org.springframework.jdbc.datasource.AbstractDataSource
Packages that use 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
Subclasses of AbstractDataSource in org.springframework.jdbc.datasourceModifier and TypeClassDescriptionclassAbstract base class for JDBCDataSourceimplementations that operate on a JDBCDriver.classSimple implementation of the standard JDBCDataSourceinterface, configuring the plain old JDBCDriverManagervia bean properties, and returning a newConnectionfrom everygetConnectioncall.classSimple implementation of the standard JDBCDataSourceinterface, configuring a plain old JDBCDrivervia bean properties, and returning a newConnectionfrom everygetConnectioncall.classImplementation ofSmartDataSourcethat wraps a single JDBC Connection which is not closed after use. -
Uses of AbstractDataSource in org.springframework.jdbc.datasource.lookup
Subclasses of AbstractDataSource in org.springframework.jdbc.datasource.lookupModifier and TypeClassDescriptionclassAbstractDataSourceimplementation that routesAbstractRoutingDataSource.getConnection()calls to one of various target DataSources based on a lookup key.classDataSource that routes to one of various target DataSources based on the current transaction isolation level.