如何得到一个正确的返回map的简单spring数据jpa查询?

f87krz0w  于 2021-06-25  发布在  Mysql
关注(0)|答案(0)|浏览(299)
Map<id,HelloEntity  > = helloEntityRepository.getval( List<integer> id);

我正在尝试创建这样的数据:

@Query(value="Select (??) FROM HelloEntitytable  WHERE id =:IN(Id)")
    Map<id,HelloEntity  >getmatchingidValues(@Param("Id")List<integer> id);

这是为了修复每个id只有一个实体要Map的问题。对于上述情况,正确的查询是什么?
哪里 id 是中的一个参数 HelloEntitytable . 如表中有以下列:

generatedid (Primary Key), id (Integer), name (String).

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题