Fix ManyToMany Realation Courses-Students and OneToMany Teacher-Courses
Add Annotations in Course, Student and Teacher for the Relations Add Methods in CourseRepository that find a Course and fill the Students and Teacher from Foreign Keys Add Fix findById and findAll in CourseService accordingly to the new Methods in CourseRepository
Showing
+99 -40
Please register or sign in to comment