CSA-Coders-2025 / Planning-Repository-Issue-House-

This repository is where all issues are housed. There will be no code in this repository. NO CODE
0 stars 0 forks source link

Add list of grades to Person class #35

Open aaguy-hue opened 1 day ago

aaguy-hue commented 1 day ago
@OneToMany(mappedBy="student")
private List<Grade> grades;

This is needed for CSA Synergy. For this to work, Grade.java must be present and imported from the Mort Toolkit branch.