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).
暂无答案!
目前还没有任何答案,快来回答吧!