JPAEntityManager:为什么要在Merge()之上使用持久性()?EntityManager.merge()可以插入新对象并更新现有对象。为什么要用persist()(只能创建新对象)? 查看完整描述