hibernate映射一对多双向关联关系
首先在"一"方类中增加一个集合属性Student:
student.setSchool(null);school.getStudents.remove(student);