Uses of Interface
org.springframework.jdbc.datasource.SmartDataSource
Packages that use SmartDataSource
Package
Description
Provides a utility class for easy DataSource access,
 a PlatformTransactionManager for a single DataSource,
 and various simple DataSource implementations.
- 
Uses of SmartDataSource in org.springframework.jdbc.datasourceClasses in org.springframework.jdbc.datasource that implement SmartDataSourceModifier and TypeClassDescriptionclassImplementation ofSmartDataSourcethat wraps a single JDBC Connection which is not closed after use.