Cannot create TypedQuery for query with more than one return using requested result type
在TypedQuery里面,制定了返回的类型,但是在查询语句中,查询的相关字段和接收的类型不一致,也就是返回的类型不匹配。需要检查查询字段和接收类型的一致性。
Cannot create TypedQuery for query with more than one return using requested result type
在TypedQuery里面,制定了返回的类型,但是在查询语句中,查询的相关字段和接收的类型不一致,也就是返回的类型不匹配。需要检查查询字段和接收类型的一致性。
本文标题:[debug]Cannot create TypedQuery
本文链接:https://www.haomeiwen.com/subject/sylqgctx.html
网友评论