hibernate级联查询返回的list在转成json时,将其中的major对象的的major_name添加到json中

时间:2021-10-24 19:42:31
public String getdormitorylist(int page, int rows) {
List<Dormitory> list = dormitoryDaoImpl.getdormitorylist(page, rows);
int total = userDaoImpl.getAllRowCount("Dormitory");
HashMap hm = new HashMap();
hm.put("rows", list);
hm.put("total", total);
Gson gson = new Gson();
String s = gson.toJson(hm);
return s;
}
我这里返回的是一个List<Dormitory> list ,向页面传json时,怎么将Dormitory中的对象major的major_name回传?

3 个解决方案

#1


没看懂你的意思

#2


引用 1 楼 shijing266 的回复:
没看懂你的意思
今晚下班去你家吃饭哦。

#3


引用 2 楼 rui888 的回复:
Quote: 引用 1 楼 shijing266 的回复:

没看懂你的意思
今晚下班去你家吃饭哦。


你来啊

#1


没看懂你的意思

#2


引用 1 楼 shijing266 的回复:
没看懂你的意思
今晚下班去你家吃饭哦。

#3


引用 2 楼 rui888 的回复:
Quote: 引用 1 楼 shijing266 的回复:

没看懂你的意思
今晚下班去你家吃饭哦。


你来啊