Reader is reading data from the database. In the xml file, value for the property "sql" is set for this reader. I want to include "where id=?" in the sql.
How to set the value for this "id" in the where clause during runtime?
I am using "JdbcCursorItemReader". Do you have any example of using "DrivingQueryItemReader"?


Reply With Quote
