public class MessageRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<Message<?>>
Message from a result set
row. Uses column named in the result set to extract the required data, so
that select clause ordering is unimportant.| Constructor and Description |
|---|
MessageRowMapper(org.springframework.core.serializer.support.DeserializingConverter deserializer,
org.springframework.jdbc.support.lob.LobHandler lobHandler) |
public MessageRowMapper(org.springframework.core.serializer.support.DeserializingConverter deserializer,
org.springframework.jdbc.support.lob.LobHandler lobHandler)
public Message<?> mapRow(ResultSet rs, int rowNum) throws SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<Message<?>>SQLExceptionCopyright © 2016. All rights reserved.