@Repository public interface AdTaxDemandGenerationLogDetailRepository extends org.springframework.data.jpa.repository.JpaRepository<AdvertisementDemandGenerationLogDetail,Long>
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementDemandGenerationLogDetail> |
findByAdvertisementIdOrderByIdDesc(Long advertisementId) |
AdvertisementDemandGenerationLogDetail |
findByDemandGenerationLogIdAndAdvertisementId(Long logId,
Long advertisementId) |
List<AdvertisementDemandGenerationLogDetail> |
findByDemandGenerationLogIdOrderByIdDesc(Long demandGenerationLogId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllAdvertisementDemandGenerationLogDetail findByDemandGenerationLogIdAndAdvertisementId(Long logId, Long advertisementId)
List<AdvertisementDemandGenerationLogDetail> findByDemandGenerationLogIdOrderByIdDesc(Long demandGenerationLogId)
List<AdvertisementDemandGenerationLogDetail> findByAdvertisementIdOrderByIdDesc(Long advertisementId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.