
Spring Transaction Management
Our use case is we have a list of employee and we have to update multiple tables for each employee . If there is any exception while processing any employee data , we should rollback all the updated data for that particular employee but other employee should still persist .