Hibernate 关联查询 相关错误

错误提示: could not resolve property:

确定有相关属性时,记得使用

criteria.createAlias

 

@ManyToOne 若可能为null

 要加上

@NotFound(action = NotFoundAction.IGNORE)

posted @ 2015-01-14 14:46  rubekid  阅读(156)  评论(0编辑  收藏  举报