Class MessageRowMapper
java.lang.Object
org.springframework.integration.jdbc.store.channel.MessageRowMapper
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, Artem Bilan
- 
Constructor SummaryConstructorsConstructorDescriptionMessageRowMapper(AllowListDeserializingConverter deserializer, LobHandler lobHandler) Construct an instance based on the providedAllowListDeserializingConverterandLobHandler.
- 
Method Summary
- 
Constructor Details- 
MessageRowMapperConstruct an instance based on the providedAllowListDeserializingConverterandLobHandler.- Parameters:
- deserializer- the- AllowListDeserializingConverterto use.
- lobHandler- the- LobHandlerto use.
 
 
- 
- 
Method Details- 
mapRow- Specified by:
- mapRowin interface- RowMapper<Message<?>>
- Throws:
- SQLException
 
 
-