|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SmartDataSource | |
| org.springframework.jdbc.datasource | 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.datasource |
| Classes in org.springframework.jdbc.datasource that implement SmartDataSource | |
class |
DriverManagerDataSource
Implementation of SmartDataSource that configures a plain old JDBC Driver via bean properties, and returns a new connection every time. |
class |
SingleConnectionDataSource
Implementation of SmartDataSource that wraps a single connection which is not closed after use. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||