Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JPAで楽観的同時実行性の問題がいつ発生し、どのように解決するかを知る方法はありますか?
問題の説明: 私のプロジェクトで、DB のデータを更新したいのですが、他のユーザーが使用していました。そのような状況で、DB_STATUSまたは「他のユーザーが使用していました..」を意味する例外を取得したい。そのため、DB の更新をスキップしたいと考えています。