Is Transactional possible extend to other operations more than to db in Spring?
问题 I explain the context: I implemented the export and import records from two differents Data base in other words a refresh of seven tables. I used JdbcCursorItemReader to perform the select chunked queries because there are over 600000 records for each table and save every chunk with jdbc batch insert on the other DB. The implented idea has been the followed: REMARK on requirement : All tables must be refreshed in unique transaction, if only a chunk of any table fails rollback I have created a