org.springframework.batch.sample.domain.football.internal
Class JdbcPlayerSummaryDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.springframework.batch.sample.domain.football.internal.JdbcPlayerSummaryDao
All Implemented Interfaces:
ItemWriter<PlayerSummary>, InitializingBean

public class JdbcPlayerSummaryDao
extends SimpleJdbcDaoSupport
implements ItemWriter<PlayerSummary>


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
JdbcPlayerSummaryDao()
           
 
Method Summary
 void write(List<? extends PlayerSummary> summaries)
          Process the supplied data element.
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, 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

JdbcPlayerSummaryDao

public JdbcPlayerSummaryDao()
Method Detail

write

public void write(List<? extends PlayerSummary> summaries)
Description copied from interface: ItemWriter
Process the supplied data element. Will not be called with any null items in normal operation.

Specified by:
write in interface ItemWriter<PlayerSummary>


Copyright © 2009 SpringSource. All Rights Reserved.