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

java.lang.Object
  extended by org.springframework.batch.sample.domain.football.internal.PlayerSummaryRowMapper
All Implemented Interfaces:
RowMapper

public class PlayerSummaryRowMapper
extends Object
implements RowMapper

RowMapper used to map a ResultSet to a PlayerSummary

Author:
Lucas Ward

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

Constructor Detail

PlayerSummaryRowMapper

public PlayerSummaryRowMapper()
Method Detail

mapRow

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


Copyright © 2009 SpringSource. All Rights Reserved.