Ignore:
Timestamp:
10/07/21 20:29:27 (3 years ago)
Author:
KostaFortumanov <kfortumanov@…>
Branches:
master
Children:
7888b17
Parents:
0c37625
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/it/finki/charitable/repository/DonationPostRepository.java

    r0c37625 ree0e297  
    1515    List<DonationPost> findAllByUser(AppUser user);
    1616    List<DonationPost> findAllByApproved(Boolean approved);
    17     List<DonationPost> findAllByModerator(Moderator moderator);
     17    Page<DonationPost> findAllByModerator(Pageable pageable, Moderator moderator);
    1818    Page<DonationPost> findAllByApproved(Pageable pageable, boolean approved);
    1919}
Note: See TracChangeset for help on using the changeset viewer.