Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.deanofwalls.CRUD_SQL_DEMO.config.LoggingConfig
- com.deanofwalls.CRUD_DEMO.MainApplication
- com.deanofwalls.CRUD_DEMO.config.PersonConfig
- com.deanofwalls.CRUD_DEMO.controller.PersonController
- com.deanofwalls.CRUD_DEMO.model.PersonModel
- com.deanofwalls.CRUD_DEMO.service.PersonService
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - com.deanofwalls.CRUD_DEMO.repository.PersonRepository
- org.springframework.data.repository.CrudRepository<T,