Uses of Class
edu.ucsb.cs156.example.entities.School
Packages that use School
-
Uses of School in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return SchoolModifier and TypeMethodDescriptionSchoolsController.postSchool
(String name, String rank, String description) SchoolsController.updateSchool
(Long id, @Valid School incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type SchoolMethods in edu.ucsb.cs156.example.controllers with parameters of type SchoolModifier and TypeMethodDescriptionSchoolsController.updateSchool
(Long id, @Valid School incoming) -
Uses of School in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type School