ssh将set集合封装到对象中,为什么保存不到数据库

model.setDepartment(departmentService.getById(departmentId));
model.setRoles(roleService.getByIds(roleIds));

就这俩行代码,department对象信息可以保存到数据库,但是role对象信息则保存不到数据库,roleService.getByIds(roleIds)返回一个hashset集合.但是为啥这个保存不到数据库呢

http://www.07net01.com/zhishi/628382.html