What happens if we call function which has transactional from another transactional function?
Answers
Answered by
3
Hello mate>>>>
Here's what I have found»»»
_______________________
If you call a method with a @Transactionalannotation from a method with @Transactional within the same instance, then the called methods transactionalbehavior will not have any impact on the transaction. ... so the AOP proxy is responsible for creation of the transactions.
-----------------------------------------
Hope this will help you««««
Here's what I have found»»»
_______________________
If you call a method with a @Transactionalannotation from a method with @Transactional within the same instance, then the called methods transactionalbehavior will not have any impact on the transaction. ... so the AOP proxy is responsible for creation of the transactions.
-----------------------------------------
Hope this will help you««««
Similar questions