net.sf.emarket.trade.repository
Class JdbcOrderBookDaoImpl.OrderBookMapper

java.lang.Object
  extended by net.sf.emarket.trade.repository.JdbcOrderBookDaoImpl.OrderBookMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper, org.springframework.jdbc.core.simple.ParameterizedRowMapper<ReceivedOrder>
Enclosing class:
JdbcOrderBookDaoImpl

public class JdbcOrderBookDaoImpl.OrderBookMapper
extends java.lang.Object
implements org.springframework.jdbc.core.simple.ParameterizedRowMapper<ReceivedOrder>


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

Constructor Detail

JdbcOrderBookDaoImpl.OrderBookMapper

public JdbcOrderBookDaoImpl.OrderBookMapper()
Method Detail

mapRow

public ReceivedOrder mapRow(java.sql.ResultSet rs,
                            int rowNum)
                     throws java.sql.SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper
Specified by:
mapRow in interface org.springframework.jdbc.core.simple.ParameterizedRowMapper<ReceivedOrder>
Throws:
java.sql.SQLException


Copyright © 2009. All Rights Reserved.