JPA EntityManager:为什么使用persist() 而不是merge()? - JPA EntityManager: Why use persist() over merge()?

问题:

EntityManager.merge() can insert new objects and update existing ones. EntityManager.merge()可以插入新对象并更新现有对象。

Why would one want to use persist() (which can only create new objects)?为什么要使用persist() (它只能创建新对象)?


解决方案:

参考一: https://stackoom.com/question/4ULw
参考二: JPA EntityManager: Why use persist() over merge()?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章