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