@Repository public interface LicenseSubCategoryRepository extends org.springframework.data.jpa.repository.JpaRepository<LicenseSubCategory,Long>
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
findByCategoryIdOrderByNameAsc(Long id) |
LicenseSubCategory |
findByCode(String code) |
List<LicenseSubCategory> |
findByLicenseTypeName(String licenseTypeName) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllLicenseSubCategory findByCode(String code)
List<LicenseSubCategory> findByCategoryIdOrderByNameAsc(Long id)
List<LicenseSubCategory> findByLicenseTypeName(String licenseTypeName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.