Uses of Interface
org.springframework.jdbc.datasource.SmartDataSource

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 SingleConnectionDataSource
          Implementation of SmartDataSource that wraps a single JDBC Connection which is not closed after use.
 



Copyright © 2002-2008 The Spring Framework.