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