Uses of Class
edu.ucsb.cs156.organic.entities.Student
Packages that use Student
-
Uses of Student in edu.ucsb.cs156.organic.controllers
Methods in edu.ucsb.cs156.organic.controllers that return StudentMethods in edu.ucsb.cs156.organic.controllers that return types with arguments of type StudentMethods in edu.ucsb.cs156.organic.controllers with parameters of type StudentModifier and TypeMethodDescriptionStudentsController.upsertStudent
(Student student, Course course) -
Uses of Student in edu.ucsb.cs156.organic.repositories
Methods in edu.ucsb.cs156.organic.repositories that return types with arguments of type StudentModifier and TypeMethodDescriptionStudentRepository.findByCourseId
(Long courseId) StudentRepository.findByCourseIdAndStudentId
(Long courseId, String studentId) StudentRepository.findByGithubId
(Integer githubId)