org.hibernate.NonUniqueObjectException:a diffent object with the same identifier value was already associated with the session:
很久没用过ssh框架了,这个错误一直都没完全弄明白,只知道是因为我对同一个id的对象操作了两次引起的,还有就是用hibernate的merger(obj)方法替换sava或saveOrUpdate方法可以解决。
本文探讨了Hibernate框架中NonUniqueObjectException异常的原因及其解决方案。该异常通常由于对同一ID的对象进行多次操作引起,文中提到使用merger方法替代save或saveOrUpdate方法可以有效避免这一问题。
org.hibernate.NonUniqueObjectException:a diffent object with the same identifier value was already associated with the session:
很久没用过ssh框架了,这个错误一直都没完全弄明白,只知道是因为我对同一个id的对象操作了两次引起的,还有就是用hibernate的merger(obj)方法替换sava或saveOrUpdate方法可以解决。
4245

被折叠的 条评论
为什么被折叠?