Open2022/08/01にコメント追加2ドメイン駆動設計入門uniker92022/08/01 Chapter 10 データの整合性を保つ トランザクションスコープ C# using(var transaction = new TransactionScope()){ } AOP Java @Transactional(isolation = Isolation.SERIALIZABLE) public void Register(UserRegisterCommand command){ } 返信を追加uniker92022/08/01https://qiita.com/NagaokaKenichi/items/a279857cc2d22a35d0dd https://agohack.com/spring-boot-transaction/ 返信を追加
uniker92022/08/01 Chapter 10 データの整合性を保つ トランザクションスコープ C# using(var transaction = new TransactionScope()){ } AOP Java @Transactional(isolation = Isolation.SERIALIZABLE) public void Register(UserRegisterCommand command){ } 返信を追加
uniker92022/08/01https://qiita.com/NagaokaKenichi/items/a279857cc2d22a35d0dd https://agohack.com/spring-boot-transaction/ 返信を追加