目前想到的有两种方式,Cnd.wrap使用in查询,还有一条一条查询然后放到集合里。请问一下有没有更好的方法?
dao.query(User.class, Cnd.where("id", "in", new int[]{1,2,3,4,5}));