Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- edu.cnm.deepdive.picmegallery.model.entity.Event
- edu.cnm.deepdive.picmegallery.controller.EventController
- edu.cnm.deepdive.picmegallery.service.EventService
- edu.cnm.deepdive.picmegallery.model.entity.Photo
- edu.cnm.deepdive.picmegallery.controller.PhotoController
- edu.cnm.deepdive.picmegallery.service.PhotoService
- edu.cnm.deepdive.picmegallery.PicmeGalleryApplication
- edu.cnm.deepdive.picmegallery.model.entity.User
- edu.cnm.deepdive.picmegallery.controller.UserController
- edu.cnm.deepdive.picmegallery.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.picmegallery.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.picmegallery.model.dao.EventRepository
- edu.cnm.deepdive.picmegallery.model.dao.PhotoRepository
- edu.cnm.deepdive.picmegallery.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.picmegallery.model.dao.EventRepository
- edu.cnm.deepdive.picmegallery.model.dao.PhotoRepository
- edu.cnm.deepdive.picmegallery.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>