JPA选择具有多个值的查询

时间:2016-09-15 09:14:06

标签: java jpa hql entitymanager

select s.id,s.a.id,s.siteName from site  s where s.a.id=:b

我无法执行此声明。

ERROR:
Cannot create TypedQuery for query with more than one return using requested result type [com.a.b.entity.site]

1 个答案:

答案 0 :(得分:2)

您的子问题的解决方法: 使用这些转换为整数new Integer((int) object[0])