Hierarchy For All Packages
Package Hierarchies:- projectplayground,
- projectplayground.controller,
- projectplayground.core,
- projectplayground.domains,
- projectplayground.domains.enums,
- projectplayground.repositories,
- projectplayground.repositories.picture,
- projectplayground.repositories.playground,
- projectplayground.repositories.user,
- projectplayground.utils
Class Hierarchy
- java.lang.Object
- projectplayground.Application
- projectplayground.domains.BaseEntity
- projectplayground.repositories.BaseRepository<E>
- projectplayground.domains.enums.EnumValue
- projectplayground.domains.Friend
- projectplayground.controller.FriendController
- projectplayground.controller.IndexController
- projectplayground.core.PersistenceConfiguration
- projectplayground.repositories.picture.PictureRepositoryImpl
- projectplayground.controller.PlaygroundController
- projectplayground.repositories.playground.PlaygroundRepositoryImpl
- projectplayground.PlaygroundRepositoryTest
- projectplayground.controller.ProfileController
- projectplayground.utils.SessionUtils
- projectplayground.repositories.user.UserRepositoryImpl (implements projectplayground.repositories.user.UserRepositoryCustom)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- projectplayground.core.SecurityConfig
- projectplayground.core.WelcomePageRedirect (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
Interface Hierarchy
- projectplayground.repositories.picture.PictureRepositoryCustom
- projectplayground.repositories.picture.PictureRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- projectplayground.repositories.playground.PlaygroundRepositoryCustom
- projectplayground.repositories.playground.PlaygroundRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- projectplayground.repositories.LocationRepository
- projectplayground.repositories.picture.PictureRepository (also extends projectplayground.repositories.picture.PictureRepositoryCustom)
- projectplayground.repositories.playground.PlaygroundRepository (also extends projectplayground.repositories.playground.PlaygroundRepositoryCustom)
- projectplayground.repositories.user.UserRepository (also extends projectplayground.repositories.user.UserRepositoryCustom)
- 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>)
- projectplayground.repositories.LocationRepository
- projectplayground.repositories.picture.PictureRepository (also extends projectplayground.repositories.picture.PictureRepositoryCustom)
- projectplayground.repositories.playground.PlaygroundRepository (also extends projectplayground.repositories.playground.PlaygroundRepositoryCustom)
- projectplayground.repositories.user.UserRepository (also extends projectplayground.repositories.user.UserRepositoryCustom)
- 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>
- projectplayground.repositories.user.UserRepositoryCustom
- projectplayground.repositories.user.UserRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- projectplayground.domains.enums.Accesslevel
- projectplayground.domains.enums.Cleanliness
- projectplayground.domains.enums.DeviceStatus
- projectplayground.domains.enums.Status
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)