public class MessageRowMapper extends java.lang.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) |