Hierarchy For Package org.codewithmagret.rest.course
Class Hierarchy
- java.lang.Object
- org.codewithmagret.rest.course.Course
- org.codewithmagret.rest.course.CourseController
- org.codewithmagret.rest.course.CourseCreateRequest
- org.codewithmagret.rest.course.CourseService
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.codewithmagret.rest.course.CourseRepository
- org.springframework.data.repository.CrudRepository<T,