Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- edu.cnm.deepdive.teamassignments.model.entity.Group
- edu.cnm.deepdive.teamassignments.controller.GroupController
- edu.cnm.deepdive.teamassignments.service.GroupService
- edu.cnm.deepdive.teamassignments.model.entity.Task
- edu.cnm.deepdive.teamassignments.controller.TaskController
- edu.cnm.deepdive.teamassignments.service.TaskService
- edu.cnm.deepdive.teamassignments.TeamAssignmentsServiceApplication
- edu.cnm.deepdive.teamassignments.model.entity.User
- edu.cnm.deepdive.teamassignments.controller.UserController
- edu.cnm.deepdive.teamassignments.service.UserService (implements org.springframework.core.convert.converter.Converter<S,T>)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- edu.cnm.deepdive.teamassignments.configuration.SecurityConfiguration
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- edu.cnm.deepdive.teamassignments.model.dao.GroupRepository
- edu.cnm.deepdive.teamassignments.model.dao.TaskRepository
- edu.cnm.deepdive.teamassignments.model.dao.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- edu.cnm.deepdive.teamassignments.model.dao.GroupRepository
- edu.cnm.deepdive.teamassignments.model.dao.TaskRepository
- edu.cnm.deepdive.teamassignments.model.dao.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>