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

No row with the given identifier exists-----hiberbate非主键关联

时间:2014-11-27 15:51:22      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:sp   文件   on   bs   ef   as   nbsp   class   br   

这个错误有两种情况:

1,非主键关联为配置property-ref=(关联表的非主键列) 属性!

Hibernate配置文件中关联默认的是主键关联,如果要关联非主键则必须加property-ref 属性

<many-to-one name="domainBO" class="***.common.model.bo.DomainBO" fetch="select" property-ref="domain">
            <column name="domain"  not-null="true" />
    </many-to-one>

2,查询的列的值在外键表中查不到!例如学生表引用的课程在课程表中根本就没有!

No row with the given identifier exists-----hiberbate非主键关联

标签:sp   文件   on   bs   ef   as   nbsp   class   br   

原文地址:http://www.cnblogs.com/sanrang/p/4126304.html

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