码迷,mamicode.com
首页 > 其他好文 > 详细

jpa in查询

时间:2016-12-08 02:29:32      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:map   result   use   ash   integer   ring   param   pre   module   

List<Integer> ids = new ArrayList<Integer>(); ids.add(1); ids.add(2); Map<String, Object> params = new HashMap<String, Object>(); params.put("ids", ids); String jpql = "select o from oa_usersroles o where o.role.id in(:ids)"; List<Module> modules = em.createQuery(jpql).setParameter("ids", ids).getResultList();

jpa in查询

标签:map   result   use   ash   integer   ring   param   pre   module   

原文地址:http://www.cnblogs.com/yinchuan/p/6143213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!