Changeset 0c37625 for src/main/java/it/finki/charitable/repository
- Timestamp:
- 10/07/21 20:22:23 (3 years ago)
- Branches:
- master
- Children:
- ee0e297
- Parents:
- 276a8b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/charitable/repository/ReportPostRepository.java
r276a8b6 r0c37625 3 3 import it.finki.charitable.entities.DonationPost; 4 4 import it.finki.charitable.entities.ReportPost; 5 import org.springframework.data.domain.Page; 6 import org.springframework.data.domain.Pageable; 5 7 import org.springframework.data.jpa.repository.JpaRepository; 6 8 import org.springframework.stereotype.Repository;
Note:
See TracChangeset
for help on using the changeset viewer.