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.DaoSupport
Exception
public void write(List<? extends Game> games)
ItemWriter
write
in interface ItemWriter<Game>
Copyright © 2014 Pivotal. All rights reserved.