org.springframework.batch.sample.dao
Class JdbcGameDaoIntegrationTests.GameRowMapper
java.lang.Object
org.springframework.batch.sample.dao.JdbcGameDaoIntegrationTests.GameRowMapper
- All Implemented Interfaces:
- RowMapper
- Enclosing class:
- JdbcGameDaoIntegrationTests
public static class JdbcGameDaoIntegrationTests.GameRowMapper
- extends Object
- implements RowMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcGameDaoIntegrationTests.GameRowMapper
public JdbcGameDaoIntegrationTests.GameRowMapper()
mapRow
public Object mapRow(ResultSet rs,
int arg1)
throws SQLException
- Specified by:
mapRow
in interface RowMapper
- Throws:
SQLException
Copyright © 2008 SpringSource. All Rights Reserved.