org.springframework.jdbc.core.simple
Class SimpleJdbcDaoSupport
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
           org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
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:
- initTemplateConfigin class- JdbcDaoSupport
 
- 
- See Also:
- JdbcDaoSupport.getJdbcTemplate()
 
getSimpleJdbcTemplate
public SimpleJdbcTemplate getSimpleJdbcTemplate()
- Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
 
- 
 
Copyright © 2002-2008 The Spring Framework.