@Repository public interface FeeMatrixRepository extends org.springframework.data.jpa.repository.JpaRepository<FeeMatrix,Long>
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
findBySubCategory(LicenseSubCategory subCategory) |
FeeMatrix |
findByUniqueNo(String uniqueNo) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAll@Query(value="select f from FeeMatrix f where f.subCategory=:subCategory") List<FeeMatrix> findBySubCategory(@Param(value="subCategory") LicenseSubCategory subCategory)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.