java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
All Implemented Interfaces:
InitializingBean
Direct Known Subclasses:
NamedParameterJdbcDaoSupport, SimpleJdbcDaoSupport
Requires a javax.sql.DataSource to be set, providing a org.springframework.jdbc.core.JdbcTemplate based on it to subclasses through the #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.
Juergen - Hoeller28.07.2003 - | Fields inherited from org.springframework.dao.support.DaoSupport: |
|---|
| logger |
| Method from org.springframework.jdbc.core.support.JdbcDaoSupport Summary: |
|---|
| checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate |
| Methods from org.springframework.dao.support.DaoSupport: |
|---|
| afterPropertiesSet, checkDaoConfig, initDao |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.jdbc.core.support.JdbcDaoSupport Detail: |
|---|
|
Can be overridden in subclasses to provide a JdbcTemplate instance with different configuration, or a custom JdbcTemplate subclass. |
|
|
|
|
This implementation is empty. Subclasses may override this to configure further objects based on the JdbcTemplate. |
|
|
|