@Repository public interface SubCategoryDetailsRepository extends org.springframework.data.jpa.repository.JpaRepository<LicenseSubCategoryDetails,Long>
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategoryDetails> |
findBySubCategoryId(Long subCategoryId) |
LicenseSubCategoryDetails |
findBySubCategoryIdAndFeeTypeId(Long subCategoryId,
Long feeTypeId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllLicenseSubCategoryDetails findBySubCategoryIdAndFeeTypeId(Long subCategoryId, Long feeTypeId)
List<LicenseSubCategoryDetails> findBySubCategoryId(Long subCategoryId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.