@Repository public interface DonationDetailMasterRepository extends org.springframework.data.jpa.repository.JpaRepository<DonationDetailMaster,Long>
| Modifier and Type | Method and Description |
|---|---|
List<DonationDetailMaster> |
findByDonation_Id(Long donation) |
List<DonationDetailMaster> |
findDonationDetailsOrderByNumberOfClosets(Long donation) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<DonationDetailMaster> findByDonation_Id(Long donation)
@Query(value="select D from DonationDetailMaster D where D.donation=:donation order by D.noOfClosets") List<DonationDetailMaster> findDonationDetailsOrderByNumberOfClosets(@Param(value="donation") Long donation)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.