@Repository public interface AdTaxDemandGenerationLogRepository extends org.springframework.data.jpa.repository.JpaRepository<AdvertisementDemandGenerationLog,Long>
| Modifier and Type | Method and Description |
|---|---|
AdvertisementDemandGenerationLog |
findById(Long id) |
List<AdvertisementDemandGenerationLog> |
findByInstallmentYearOrderByIdDesc(String installmentYear) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<AdvertisementDemandGenerationLog> findByInstallmentYearOrderByIdDesc(String installmentYear)
AdvertisementDemandGenerationLog findById(Long id)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.