public class MessageRowMapper extends Object implements 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(AllowListDeserializingConverter deserializer,
LobHandler lobHandler) |
public MessageRowMapper(AllowListDeserializingConverter deserializer, LobHandler lobHandler)
public Message<?> mapRow(ResultSet rs, int rowNum) throws SQLException
mapRow
in interface RowMapper<Message<?>>
SQLException