@Repository public interface AdvertisementAdditionalTaxRatesRepository extends org.springframework.data.jpa.repository.JpaRepository<AdvertisementAdditionalTaxRate,Long>
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementAdditionalTaxRate> |
getActiveAdditinalTaxRates() |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select A from AdvertisementAdditionalTaxRate A where A.isActive is true ") List<AdvertisementAdditionalTaxRate> getActiveAdditinalTaxRates()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.