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.
オブジェクトの更新後に新しいエンティティを保存したい (履歴データの保存)。
オブジェクトを EntityManager に追加し、preUpdate イベントでフラッシュしようとしましたが、再帰効果があります。
ライフサイクル イベント内で呼び出している可能性がEntityManager#flushあります。これはサポートされておらず、明らかに無限再帰の問題が発生します。
EntityManager#flush