Different Data Sources for RepositoryItemReader and RepositoryItemWriter

770 views Asked by At

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.

0

There are 0 answers