Skip to content

Commit

Permalink
YEL-214 [fix] vote repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjeongs committed Feb 28, 2024
1 parent a888fe5 commit 2996d45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ List<User> findAllByOtherGroupContainingYelloId(@Param("groupName") String group
+ "where LOWER(u.name) like LOWER(CONCAT('%', :name, '%'))")
Page<User> findAllByNameContaining(Pageable pageable, @Param("name") String name);

@Query("select u from User u")
Page<User> findAllByPageable(Pageable pageable);


Expand Down

0 comments on commit 2996d45

Please sign in to comment.