You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write a method A with transaction SERIALIZABLE in my code, and it works as my expect. However, When I add another method B with transaction Propagation.NESTED, and A calls B. I found the transaction A not work like SERIALIZABLE.
This is my code.
I write a method A with transaction
SERIALIZABLE
in my code, and it works as my expect. However, When I add another method B with transactionPropagation.NESTED
, and A calls B. I found the transaction A not work like SERIALIZABLE.This is my code.
The text was updated successfully, but these errors were encountered: