码迷,mamicode.com
首页 > 其他好文 > 详细

No row with the given identifier exists

时间:2017-07-11 16:41:10      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:查找   hibernate   any   one   ase   with   base   java   unique   

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

标签:查找   hibernate   any   one   ase   with   base   java   unique   

原文地址:http://www.cnblogs.com/meonly/p/7151171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!