Class Hierarchy
- java.lang.Object
- projectplayground.repositories.user.UserRepositoryImpl (implements projectplayground.repositories.user.UserRepositoryCustom)
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>)
- 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.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>)