public class

SimpleJdbcDaoSupport

extends JdbcDaoSupport
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.jdbc.core.support.JdbcDaoSupport
       ↳ org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport

Class Overview

Extension of JdbcDaoSupport that exposes a SimpleJdbcTemplate as well. Only usable on Java 5 and above.

Summary

[Expand]
Inherited Fields
From class org.springframework.dao.support.DaoSupport
Public Constructors
SimpleJdbcDaoSupport()
Public Methods
SimpleJdbcTemplate getSimpleJdbcTemplate()
Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
Protected Methods
void initTemplateConfig()
Create a SimpleJdbcTemplate based on the configured JdbcTemplate.
[Expand]
Inherited Methods
From class org.springframework.jdbc.core.support.JdbcDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public SimpleJdbcDaoSupport ()

Public Methods

public SimpleJdbcTemplate getSimpleJdbcTemplate ()

Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.

Protected Methods

protected void initTemplateConfig ()

Create a SimpleJdbcTemplate based on the configured JdbcTemplate.