我有一个带有一些实体的springboot项目,具体来说,我有一个带有DesiredCourses列表的学生类,它应该是一个Set。当我使用时:@OneToMany(mappedBy="student",cascade=CascadeType.ALL)publicListgetStudentDesiredCourses(){returnstudentDesiredCourses;}publicvoidsetStudentDesiredCourses(ListstudentDesiredCourses){this.studentDesiredCourses=studentDesiredC