Hierarchy For All Packages
- org.codewithmagret,
- org.codewithmagret.rest.category,
- org.codewithmagret.rest.course,
- org.codewithmagret.rest.instructor,
- org.codewithmagret.rest.report,
- org.codewithmagret.rest.report.dto,
- org.codewithmagret.rest.student
Class Hierarchy
- java.lang.Object
- org.codewithmagret.rest.category.Category
- org.codewithmagret.rest.category.CategoryController
- org.codewithmagret.rest.category.CategoryService
- org.codewithmagret.rest.course.Course
- org.codewithmagret.rest.course.CourseController
- org.codewithmagret.rest.course.CourseCreateRequest
- org.codewithmagret.rest.report.dto.CoursesByCategory
- org.codewithmagret.rest.report.dto.CoursesByStudent
- org.codewithmagret.rest.course.CourseService
- org.codewithmagret.rest.instructor.Instructor
- org.codewithmagret.rest.report.dto.InstructorByCourse
- org.codewithmagret.rest.instructor.InstructorController
- org.codewithmagret.rest.report.dto.InstructorsByStudent
- org.codewithmagret.rest.instructor.InstructorService
- org.codewithmagret.rest.report.ReportController
- org.codewithmagret.rest.report.ReportService
- org.codewithmagret.RestServiceApplication
- org.codewithmagret.rest.report.dto.SimpleCourse
- org.codewithmagret.rest.report.dto.SimpleInstructor
- org.codewithmagret.rest.student.Student
- org.codewithmagret.rest.student.StudentController
- org.codewithmagret.rest.student.StudentService
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.codewithmagret.rest.category.CategoryRepository
- org.codewithmagret.rest.course.CourseRepository
- org.codewithmagret.rest.instructor.InstructorRepository
- org.codewithmagret.rest.student.StudentRepository
- org.springframework.data.repository.CrudRepository<T,