mybatis foreach能遍历set对象吗
展开全部
mybatis
遍历map实例
map
数据如下
map
>.
测试代码如下:
public
void
getbymap(){
map
>
params=new
hashmap
>();
list
orglist=new
arraylist
();
orglist.add(10000003840076l);
orglist.add(10000003840080l);
list
rolelist=new
arraylist
();
rolelist.add(10000000050086l);
rolelist.add(10000012180016l);
params.put("org",
orglist);
params.put("role",
rolelist);
list
list=
bpmdefuserdao.getbymap(params);
system.out.println(list.size());
}
dao代码如下:
public
list
getbymap(map
>
map){
map
params=new
hashmap
();
params.put("relationmap",
map);
return
this.getbysqlkey("getbymap",
params);
}
xml代码如下:
select
*
from
bpm_def_user
where
right_type=#{key}
and
owner_id
in
#{id}
index
作为map
的key。item为map的值,这里使用了嵌套循环,嵌套循环使用ent。
遍历map实例
map
数据如下
map
>.
测试代码如下:
public
void
getbymap(){
map
>
params=new
hashmap
>();
list
orglist=new
arraylist
();
orglist.add(10000003840076l);
orglist.add(10000003840080l);
list
rolelist=new
arraylist
();
rolelist.add(10000000050086l);
rolelist.add(10000012180016l);
params.put("org",
orglist);
params.put("role",
rolelist);
list
list=
bpmdefuserdao.getbymap(params);
system.out.println(list.size());
}
dao代码如下:
public
list
getbymap(map
>
map){
map
params=new
hashmap
();
params.put("relationmap",
map);
return
this.getbysqlkey("getbymap",
params);
}
xml代码如下:
select
*
from
bpm_def_user
where
right_type=#{key}
and
owner_id
in
#{id}
index
作为map
的key。item为map的值,这里使用了嵌套循环,嵌套循环使用ent。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询