1
select s.id,s.a.id,s.siteName from site s where s.a.id=:b
この文は実行できません。複数の値を持つJPA選択クエリ
ERROR:
Cannot create TypedQuery for query with more than one return using requested result type [com.a.b.entity.site]
http://www.java2s.com/Tutorials/Java/JPA/4860__JPA_TypedQuery.htm –
HTTPを整数に変換するためにこれらを使用:// stackoverflowの。 com/questions/10807496/error-can-create-typedquery-for-more-than-one-return – hasnae
ありがとうございました。私はネイティブクエリを使用していました。 –