Uses of Class
org.springframework.jdbc.datasource.DriverManagerDataSource
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
-
Uses of DriverManagerDataSource in org.springframework.jdbc.datasource
Modifier and TypeClassDescriptionclass
Implementation ofSmartDataSource
that wraps a single JDBC Connection which is not closed after use.