Uses of Class
org.springframework.jdbc.datasource.AbstractDriverBasedDataSource
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
-
Uses of AbstractDriverBasedDataSource in org.springframework.jdbc.datasource
Modifier and TypeClassDescriptionclass
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.