org.hibernate.ObjectNotFoundException: No row with the given identifier exists:
hibernate 多对一 关联表时, 在多的一方使用@manytoone 便签 ,当获取数据时,不能通过外键获取一(one)方数据时,则会出现此异常信息
解决方法 :
在many-to-one的这端加上属性:not-found=ignore 。标识一方外键关联数据不存在时,则忽略外键引用
原创
2018-01-27 22:29:58 ·
213 阅读 ·
0 评论