Spring batch Jdbc cursor ItemReader refresh issue
I have tasklet which reads the data based on update query.I need to read data which is marked to read from table1.I am getting issue that after my update query I need to re-set the sql in reader to refresh it. Is there any way without re-setting the sql my reader can get the updated results from update query.