后台报错 No row with the given identifier exists
Posted dygrkf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了后台报错 No row with the given identifier exists相关的知识,希望对你有一定的参考价值。
产生原因:
数据库表里数据问题
分析:
有两张表,table1和table2,table1:table2=1:n 。当hibernate查找的时候,table2里的外键id2没有与table1中的id相匹配的,这样就会报No row with the given identifier exists这个错.(一句话,就是数据的问题!)
解决:
删掉table1中id2在table2中id不存在的数据,或将id2置为null。
以上是关于后台报错 No row with the given identifier exists的主要内容,如果未能解决你的问题,请参考以下文章
org.hibernate.ObjectNotFoundException: No row with the given identifier exists
No row with the given identifier exists
hibernate出现No row with the given identifier exists问题
No row with the given identifier exists
org.hibernate.ObjectNotFoundException: No row with the given identifier exists
brew安装mongodb报错Error: No available formula with the name 'mongodb'