Skip to content

Commit

Permalink
[#131] refactor: find Role in User by userIdx
Browse files Browse the repository at this point in the history
  • Loading branch information
seongddiyong committed Sep 22, 2023
1 parent d622436 commit 49bb111
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ public interface UserRepository extends JpaRepository<User, Long> {
Optional<User> findByIdx(Long idx);

Optional<User> findByNickname(String nickname);

Optional<User> findRoleByUserIdx(Long userIdx);
}

0 comments on commit 49bb111

Please sign in to comment.