InterviewSolution
Saved Bookmarks
| 1. |
What Is The Default Isolation Level Of Spring Batch Transactions? |
|
Answer» It is SERIALIZABLE by default to prevent the same job INSTANCE being executed concurrently. It is SERIALIZABLE by default to prevent the same job instance being executed concurrently. |
|