Hi I have 2 transactions which accepts same input as below.

insert/update to Table A (int ID) if above is success then insert to Table B (int ID)

If table B insert fails, the insert/updates to Table A should NOT roll back. But if insert/update to table A fails, insert to table B should not happen.

How do I achieve with @Transactional propagation & isolation levels?

Thanks Swapna R

Comment From: wilkinsona

@SwapnaRavi21 Unfortunately, this isn't the right place to ask questions about MyBatis. MyBatis's Spring integration is managed as a separate, third-party project. They prefer you to use their Google Group or Stack Overflow for questions.