@Repository public interface RatesClassRepository extends org.springframework.data.jpa.repository.JpaRepository<RatesClass,Long>
| Modifier and Type | Method and Description |
|---|---|
RatesClass |
findByDescription(String description) |
List<RatesClass> |
getAllActiveRatesClass() |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllRatesClass findByDescription(String description)
@Query(value="from RatesClass rc where rc.active=true order by rc.description ") List<RatesClass> getAllActiveRatesClass()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.