@Repository public interface AccountdetailtypeRepository extends org.springframework.data.jpa.repository.JpaRepository<org.egov.commons.Accountdetailtype,Integer>
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.Accountdetailtype> |
findByDescriptionContainingIgnoreCase(String description) |
List<org.egov.commons.Accountdetailtype> |
findByFullQualifiedName(String fullQualifiedName) |
List<org.egov.commons.Accountdetailtype> |
findByGlcodeId(Long glcodeId) |
org.egov.commons.Accountdetailtype |
findByName(String name) |
List<org.egov.commons.Accountdetailtype> |
findByNameContainingIgnoreCase(String name) |
List<org.egov.commons.Accountdetailtype> |
findByNameContainingIgnoreCaseAndDescriptionContainingIgnoreCase(String name,
String description) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllorg.egov.commons.Accountdetailtype findByName(String name)
List<org.egov.commons.Accountdetailtype> findByNameContainingIgnoreCaseAndDescriptionContainingIgnoreCase(String name, String description)
List<org.egov.commons.Accountdetailtype> findByNameContainingIgnoreCase(String name)
List<org.egov.commons.Accountdetailtype> findByDescriptionContainingIgnoreCase(String description)
List<org.egov.commons.Accountdetailtype> findByFullQualifiedName(String fullQualifiedName)
@Query(value="select distinct(adt) from Accountdetailtype adt where adt.id in (select coad.detailTypeId from CChartOfAccountDetail coad where coad.glCodeId in (select coa.id from CChartOfAccounts coa where coa.id =:glcodeId))") List<org.egov.commons.Accountdetailtype> findByGlcodeId(@Param(value="glcodeId") Long glcodeId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.