JdbcDaoSupport and
NamedParameterJdbcDaoSupport. The JdbcTemplate and
NamedParameterJdbcTemplate now provide all the functionality of the SimpleJdbcTemplate.@Deprecated public class SimpleJdbcDaoSupport extends JdbcDaoSupport
JdbcDaoSupport
that exposes a SimpleJdbcTemplate as well.
Only usable on Java 5 and above.SimpleJdbcTemplatelogger| Constructor and Description |
|---|
SimpleJdbcDaoSupport()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleJdbcTemplate |
getSimpleJdbcTemplate()
Deprecated.
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
|
protected void |
initTemplateConfig()
Deprecated.
Create a SimpleJdbcTemplate based on the configured JdbcTemplate.
|
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplateafterPropertiesSet, initDaoprotected void initTemplateConfig()
initTemplateConfig in class JdbcDaoSupportJdbcDaoSupport.getJdbcTemplate()public SimpleJdbcTemplate getSimpleJdbcTemplate()