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]
答案 0 :(得分:2)
您的子问题的解决方法:
使用这些转换为整数new Integer((int) object[0])