How does Spring JPA with hibernate manage concurrent updates

后端 未结 0 1654
鱼传尺愫
鱼传尺愫 2021-02-11 11:06

I am trying to write an app that can run active-active, with both instances using the same DB. I was worried that in updating a entity (calling repo.findById(), entity.setX(), r

相关标签:
回答
  • 消灭零回复
提交回复
热议问题