public class JdbcGameDao extends org.springframework.jdbc.core.support.JdbcDaoSupport implements ItemWriter<Game>
| Constructor and Description |
|---|
JdbcGameDao() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initDao() |
void |
write(List<? extends Game> games)
Process the supplied data element.
|
protected void initDao()
throws Exception
initDao in class org.springframework.dao.support.DaoSupportExceptionpublic void write(List<? extends Game> games)
ItemWriterwrite in interface ItemWriter<Game>Copyright © 2013 SpringSource. All Rights Reserved.