org.springframework.batch.item.database
Class CompositeKeyFooDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.batch.item.database.CompositeKeyFooDao
All Implemented Interfaces:
FooDao, InitializingBean

public class CompositeKeyFooDao
extends JdbcDaoSupport
implements FooDao

Author:
Lucas Ward

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
CompositeKeyFooDao(JdbcTemplate jdbcTemplate)
           
 
Method Summary
 Foo getFoo(Object key)
           
 
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
 
Methods inherited from interface org.springframework.batch.item.database.FooDao
setJdbcTemplate
 

Constructor Detail

CompositeKeyFooDao

public CompositeKeyFooDao(JdbcTemplate jdbcTemplate)
Method Detail

getFoo

public Foo getFoo(Object key)
Specified by:
getFoo in interface FooDao


Copyright © 2008 SpringSource. All Rights Reserved.