- Timestamp:
- 09/04/21 11:14:25 (3 years ago)
- Branches:
- master
- Children:
- ab49338
- Parents:
- 194776a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/charitable/repository/DonationPostRepository.java
r194776a r5306751 11 11 public interface DonationPostRepository extends JpaRepository<DonationPost, Long> { 12 12 List<DonationPost> findAllByUser(AppUser user); 13 List<DonationPost> findAllByApproved(Boolean approved); 13 14 }
Note:
See TracChangeset
for help on using the changeset viewer.