org.talend.esb.sam.server.persistence
Class EventRowMapper

java.lang.Object
  extended by org.talend.esb.sam.server.persistence.EventRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<org.talend.esb.sam.common.event.Event>

public class EventRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper<org.talend.esb.sam.common.event.Event>


Constructor Summary
EventRowMapper()
           
 
Method Summary
 org.talend.esb.sam.common.event.Event 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

EventRowMapper

public EventRowMapper()
Method Detail

mapRow

public org.talend.esb.sam.common.event.Event mapRow(ResultSet rs,
                                                    int rowNum)
                                             throws SQLException
Specified by:
mapRow in interface org.springframework.jdbc.core.RowMapper<org.talend.esb.sam.common.event.Event>
Throws:
SQLException


Copyright © 2011-2012 Talend Inc.. All Rights Reserved.