org.hibernate.NonUniqueObjectException

今天在用Hibernate作修改的時候, 遇到 org.hibernate.NonUniqueObjectException異常,

a different object with the same identifier value was already associated with the session

主要是先查詢出了一個實體類例如CountryEntity,而後從新new了一個CountryEntity,修改了其它的屬性,可是仍是具備相同的oid,update這個new出來的CountryEntity的時候報錯,後面就在原來的CountryEntity上操做的 session

相關文章
相關標籤/搜索