hql语句:
String hql="from CouponPublishEntity e inner join e.couponpool c where c.owner='"+userId+"' and e.pubid in ("+ids+") ";
报错
[org.jeecgframework.core.common.exception.GlobalExceptionResolver]全局处理异常捕获:
org.hibernate.QueryException: could not resolve property: couponpool of: com.sendiy.hh.coupons.entity.CouponPublishEntity [from com.sendiy.hh.coupons.entity.CouponPublishEntity e inner join e.couponpool c where c.owner='4028668150c6aedb0150c6ddde750005' and e.pubid in ('2') ]
问题是实体类写错了吗,还是语法错了·
![](https://profile-avatar.csdnimg.cn/46820b96cb8f481b9f95fff821494029_qq_28573739.jpg!4)
hql查询报错。。。。实体类问题
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- zhangsiqiong 2016-03-21 02:15关注
实体类中没有找到couponpool,看是不是你实体类中不是这样写的, hql区分大小写
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报