当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
SimpleJdbcDaoSupport (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jdbc.core.simple
Class SimpleJdbcDaoSupport
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
- All Implemented Interfaces:
- InitializingBean
public class SimpleJdbcDaoSupport
- extends JdbcDaoSupport
Extension of JdbcDaoSupport that exposes a SimpleJdbcTemplate as well.
Only usable on Java 5 and above.
- Since:
- 2.0
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
SimpleJdbcTemplate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleJdbcDaoSupport
public SimpleJdbcDaoSupport()
initTemplateConfig
protected void initTemplateConfig()
- Create a SimpleJdbcTemplate based on the configured JdbcTemplate.
- Overrides:
initTemplateConfig
in class JdbcDaoSupport
- See Also:
JdbcDaoSupport.getJdbcTemplate()
getSimpleJdbcTemplate
public SimpleJdbcTemplate getSimpleJdbcTemplate()
- Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
Copyright © 2002-2007 The Spring Framework.