Spring batch: I want to query two databases, with the result of query from 1st database as parameter in IN
clause of second database query. I tried with CustomItemReader
, but failed. Any one can help!!!
Asked
Active
Viewed 66 times
0

Manjunath Ballur
- 6,287
- 3
- 37
- 48

Harpreet
- 1
- 3
-
use a single query with an inner query as values list for IN clause – Luca Basso Ricci Dec 31 '15 at 13:16
-
Highlighted the keywords – Manjunath Ballur Jan 02 '16 at 07:50