Open
Description
David J. M. Karlsen opened BATCH-1557 and commented
Very often ItemReaderAdapters are used to wrap calls to "normal" Daos.
A very common usecase for a dao is to return a Collection from a query.
It would be nice if the ItemReaderAdapter could unwrap the collection and return single Items from the collection, for instance by usage of the ListItemReader (which would better be a CollectionItemReader - I use TreeSets) - but this is not possible out of the box through configuration only.
Affects: 2.1.0
Attachments: