Skip to content

Commit

Permalink
modified PetRepository implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Antt02 committed Feb 22, 2024
1 parent da808e6 commit ad7bba6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

public interface PetRepository extends CrudRepository<Pet, Long>, PagingAndSortingRepository<Pet, Long> {
List<User> findBySize(@Param("size") String size);
List<User> findByShelter(@Param("Shelter") Shelter shelter);
//List<User> findByShelter(@Param("Shelter") Shelter shelter);

}

0 comments on commit ad7bba6

Please sign in to comment.