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

could not resolve property: name of:

时间:2014-12-13 21:51:02      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:blog   ar   sp   java   2014   log   bs   as   nbsp   


spring date jpa 错误:could not resolve property: name of:


在写 查询的时候,把实体类的属性写错了,即 sql 语句中字段与实体类中属性没有对应,造成无法解析。


@Query("from Product p where p.id.productName like :name")
	List<Product> getInfoByName(@Param("name")String name,Pageable pageable);
其中,把 id.productName  写成 name了


could not resolve property: name of:

标签:blog   ar   sp   java   2014   log   bs   as   nbsp   

原文地址:http://blog.csdn.net/zhjw009/article/details/41914555

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