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

java.lang.Object
  extended by org.springframework.batch.sample.domain.football.internal.PlayerSummaryMapper
All Implemented Interfaces:
RowMapper, ParameterizedRowMapper<PlayerSummary>

public class PlayerSummaryMapper
extends Object
implements ParameterizedRowMapper<PlayerSummary>

RowMapper used to map a ResultSet to a PlayerSummary

Author:
Lucas Ward

Constructor Summary
PlayerSummaryMapper()
           
 
Method Summary
 PlayerSummary 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

PlayerSummaryMapper

public PlayerSummaryMapper()
Method Detail

mapRow

public PlayerSummary mapRow(ResultSet rs,
                            int rowNum)
                     throws SQLException
Specified by:
mapRow in interface RowMapper
Specified by:
mapRow in interface ParameterizedRowMapper<PlayerSummary>
Throws:
SQLException


Copyright © 2009 SpringSource. All Rights Reserved.