Here is what I need to do:
- Receive file ( large CSV file )
- Import records using one TX but multiple threads ( split file? )
- The import process uses existing Spring/Hibernate objects.
- Commit or rollback depending on success
- Do NOT need restart.
QUESTION:
What Class / Method / Strategy best using Spring Batch?
Please advise.
Thanks!


Reply With Quote
