Requires a {@link javax.sql.DataSource} to be set, providing a{@link org.springframework.jdbc.core.JdbcTemplate} based on it tosubclasses through the {@link #getJdbcTemplate()} method.
This base class is mainly intended for JdbcTemplate usage but can also be used when working with a Connection directly or when using org.springframework.jdbc.object operation objects.
@author Juergen Hoeller
@since 28.07.2003
@see #setDataSource
@see #getJdbcTemplate
@see org.springframework.jdbc.core.JdbcTemplate
| |
| |