public
interfaceSmartDataSource
extends
DataSource
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Rod Johnson
Subinterface of javax.sql.DataSource, to be implemented by
special DataSources that return JDBC Connections in an unwrapped fashion.
Classes using this interface can query whether or not the connection
should be closed after an operation. Spring's DataSourceUtils and
JdbcTemplate classes automatically perform such a check.
javax.sql.DataSource, to be implemented by special DataSources that return JDBC Connections in an unwrapped fashion.Classes using this interface can query whether or not the connection should be closed after an operation. Spring's DataSourceUtils and JdbcTemplate classes automatically perform such a check.