JPA EntityManager : Why use persist() over merge()?EntityManager.merge()可以插入新对象并更新现有对象。为什么要使用persist()(只能创建新对象)?
確定! 回上一頁