org.springframework.batch.sample.dao
Class JdbcGameDaoIntegrationTests.GameRowMapper

java.lang.Object
  extended by org.springframework.batch.sample.dao.JdbcGameDaoIntegrationTests.GameRowMapper
All Implemented Interfaces:
RowMapper
Enclosing class:
JdbcGameDaoIntegrationTests

public static class JdbcGameDaoIntegrationTests.GameRowMapper
extends Object
implements RowMapper


Constructor Summary
JdbcGameDaoIntegrationTests.GameRowMapper()
           
 
Method Summary
 Object mapRow(ResultSet rs, int arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcGameDaoIntegrationTests.GameRowMapper

public JdbcGameDaoIntegrationTests.GameRowMapper()
Method Detail

mapRow

public Object mapRow(ResultSet rs,
                     int arg1)
              throws SQLException
Specified by:
mapRow in interface RowMapper
Throws:
SQLException


Copyright © 2008 SpringSource. All Rights Reserved.