org.talend.esb.sam.server.persistence
Class EventRowMapper
java.lang.Object
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>
The Class EventRowMapper is mapping event to row.
|
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 |
EventRowMapper
public EventRowMapper()
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.