org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法

org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session异常解决办法

 

为什么还会说已经存在相同的session了呢。然后每次将项目重启后第一次编辑的时候问题不会触发,只有当第二次操作的时候才会出现这个问题。

解决办法:关闭session。好好检查操作完成后有没有关闭会话。

posted @ 2014-05-14 21:52  努力挣扎的小兵  阅读(245)  评论(0编辑  收藏  举报