Class MessageRowMapper
java.lang.Object
org.springframework.integration.jdbc.store.channel.MessageRowMapper
public class MessageRowMapper extends Object implements RowMapper<Message<?>>
Convenience class to be used to unpack a
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.- Since:
- 2.2
- Author:
- Gunnar Hillert, Gary Russell
-
Constructor Summary
Constructors Constructor Description MessageRowMapper(AllowListDeserializingConverter deserializer, LobHandler lobHandler)
-
Method Summary
-
Constructor Details
-
Method Details
-
mapRow
- Specified by:
mapRow
in interfaceRowMapper<Message<?>>
- Throws:
SQLException
-