Description
When using the sql component, the output is always a List<Map>.
It would be nice if you could configure an option to say its a
- selectForObject
- selectForList
- selectForMap
Like MyBatis can do.
Also we can consider having a way to store the output on a header instead of altering the body.
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-6368 JDBC component - Add option to dictate if output is object, map, list
- Resolved