@Repository public interface AdvertisementPenaltyRatesRepository extends org.springframework.data.jpa.repository.JpaRepository<AdvertisementPenaltyRates,Long>
| Modifier and Type | Method and Description |
|---|---|
AdvertisementPenaltyRates |
findPenaltyRatesByNumberOfDays(Double units) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select A from AdvertisementPenaltyRates A where A.rangeFrom < :units and A.rangeTo >= :units ") AdvertisementPenaltyRates findPenaltyRatesByNumberOfDays(@Param(value="units") Double units)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.