org.springframework.batch.item.database
Class FooRowMapper

java.lang.Object
  extended by org.springframework.batch.item.database.FooRowMapper
All Implemented Interfaces:
RowMapper

public class FooRowMapper
extends Object
implements RowMapper


Constructor Summary
FooRowMapper()
           
 
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

FooRowMapper

public FooRowMapper()
Method Detail

mapRow

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


Copyright © 2008 SpringSource. All Rights Reserved.