I desperately need to know if I can use RepositoryItemReader and RepositoryItemWriter to accomplish for example transfer data from one database to another?
I can probably do it using JdbcPagingItemReader and JdbcBatchItemWriter since both have methods for setting dataSource (probably).
Please help.