Skip to content

Add support for wrapping ItemReaderAdapters collection results to Items [BATCH-1557] #2027

Open
@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions