๋ ๊ฐ์ ํธ๋์ญ์
๋ ์ด๋
ธํ
์ด์
์ด ์๋ ๋ก์ง์ด ์์ ๋!(๊ฐ๊ธฐ ๋ค๋ฅธ ์๋น์ค)
โข According to theย ACIDย properties, it should be one transaction.
โข Spring calls this aย physical transaction.ย It is just actual JDBC connections.
โข But internally there are twoย logical transactions.ย The first one in EmployeeService and another one in AccountService
โข If we change the propagation type in createAccountDocument( ) we can change it to have two physical connections.