- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.jdbc.core.support.JdbcDaoSupport
-
- org.codehaus.cargo.sample.testdata.jdbc.DerbyDao
-
-
Field Summary
-
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
-
Constructor Summary
Constructors
| Constructor and Description |
DerbyDao() |
-
Method Summary
-
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, initTemplateConfig, releaseConnection, setDataSource, setJdbcTemplate
-
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DerbyDao
public DerbyDao()
-
Method Detail
-
dropTable
public void dropTable()
-
selectAll
public List selectAll()
Copyright © 2004-2013 Codehaus. All Rights Reserved.