DevDogs-UGA / Optimal-Schedule-Builder

DevDogs' inaugural, 2024-2025 project: an optimal schedule-building website for UGA students.
13 stars 70 forks source link

Created findAllBySemester and updated how Semesters are stored. #390

Open KadeStyron opened 1 week ago

KadeStyron commented 1 week ago

I changed semesters to be stored as an @ElementCollection since it seems to be the only way we can query through a list of different semesters. I also have a custom Query because the findAll keyword won't go through a list in a table by default.