No row with the given identifier exists

Posted meonly

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了No row with the given identifier exists相关的知识,希望对你有一定的参考价值。

Hibernate中No row with the given identifier exists问题的原因及解决          
 

 产生此问题的原因:

      有两张表,table1和table2.产生此问题的原因就是table1里做了关联<one-to-one>或者<many-to-one unique="true">(特殊的多对一映射,实际就是一对一)来关联table2.   当hibernate查找的时候,table2里的数据没有与table1相匹配的,这样就会报No row with the given identifier exists这个错.(一句话,就是数据的问题!,注意你的数据就可以)

以上是关于No row with the given identifier exists的主要内容,如果未能解决你的问题,请参考以下文章

org.hibernate.ObjectNotFoundException: No row with the given identifier exists

hibernate出现No row with the given identifier exists问题

No row with the given identifier exists

Hibernate报错:org.hibernate.ObjectNotFoundException: No row with the given identifier exists 解决办法(示例代码

org.hibernate.ObjectNotFoundException: No row with the given identifier exists

记录一次随意操作数据库,插入新数据,导致与程序添加新数据时,引起的主键值重复问题。More than one row with the given identifier was found: 1690