I need to read from database table using three different queries. The rowmapper is going to be common, but I have three queries to fetch records from before I can move on to the next step of processing them. I do not want to use the union operator and create a single query.
I initially thought of using: MultiResourceItemReader , but that I guess can be used only when we read from multiple files.
Any help or pointers would be of real help.
Thanks, Rahul