when there is a nested transaction function, We have to implement how to propagate the transaction rollback.
In currently, if the error has catched in TransactionManager, the transaction rollback would be performed automatically due to try-catch block that is used a traditional way.
when there is a nested transaction function, We have to implement how to propagate the transaction rollback.
In currently, if the error has catched in TransactionManager, the transaction rollback would be performed automatically due to try-catch block that is used a traditional way.