Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- edu.ucsb.cs156.example.controllers.ApiController
- edu.ucsb.cs156.example.controllers.BooksController
- edu.ucsb.cs156.example.controllers.IceCreamShopController
- edu.ucsb.cs156.example.controllers.RestaurantsController
- edu.ucsb.cs156.example.controllers.SystemInfoController
- edu.ucsb.cs156.example.controllers.UCSBDatesController
- edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
- edu.ucsb.cs156.example.controllers.UserInfoController
- edu.ucsb.cs156.example.controllers.UsersController
- edu.ucsb.cs156.example.entities.Book
- edu.ucsb.cs156.example.controllers.CSRFController
- edu.ucsb.cs156.example.models.CurrentUser
- edu.ucsb.cs156.example.services.CurrentUserService
- edu.ucsb.cs156.example.services.CurrentUserServiceImpl
- edu.ucsb.cs156.example.ExampleApplication
- edu.ucsb.cs156.example.controllers.FrontendController
- edu.ucsb.cs156.example.controllers.FrontendProxyController
- edu.ucsb.cs156.example.services.GrantedAuthoritiesService
- edu.ucsb.cs156.example.entities.IceCreamShop
- edu.ucsb.cs156.example.aop.LoggingAspect
- edu.ucsb.cs156.example.entities.Restaurant
- edu.ucsb.cs156.example.config.SpringFoxConfig
- edu.ucsb.cs156.example.models.SystemInfo
- edu.ucsb.cs156.example.services.SystemInfoService
- edu.ucsb.cs156.example.services.SystemInfoServiceImpl
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- edu.ucsb.cs156.example.errors.EntityNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
- edu.ucsb.cs156.example.entities.UCSBDate
- edu.ucsb.cs156.example.entities.UCSBDiningCommons
- edu.ucsb.cs156.example.entities.User
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- edu.ucsb.cs156.example.config.SecurityConfig
- edu.ucsb.cs156.example.controllers.ApiController
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - edu.ucsb.cs156.example.repositories.BookRepository
- edu.ucsb.cs156.example.repositories.IceCreamShopRepository
- edu.ucsb.cs156.example.repositories.RestaurantsRepository
- edu.ucsb.cs156.example.repositories.UCSBDateRepository
- edu.ucsb.cs156.example.repositories.UCSBDiningCommonsRepository
- edu.ucsb.cs156.example.repositories.UserRepository
- org.springframework.data.repository.CrudRepository<T,