Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.github.database.rider.springboot.Application
- com.github.database.rider.springboot.model.company.Company
- com.github.database.rider.springboot.infra.company.CompanyDBConfig
- com.github.database.rider.springboot.controller.MainController
- com.github.database.rider.springboot.model.user.User
- com.github.database.rider.springboot.controller.UserController
- com.github.database.rider.springboot.infra.user.UserDBConfig
Interface Hierarchy
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- com.github.database.rider.springboot.model.company.CompanyRepository
- com.github.database.rider.springboot.model.user.UserRepository
- org.springframework.data.repository.CrudRepository<T,ID>