@Repository public interface EgBillSubTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<EgBillSubType,Long>
| Modifier and Type | Method and Description |
|---|---|
List<EgBillSubType> |
findByExpenditureType(String expenditureType) |
EgBillSubType |
findByExpenditureTypeAndName(String expenditureType,
String name) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllList<EgBillSubType> findByExpenditureType(String expenditureType)
EgBillSubType findByExpenditureTypeAndName(String expenditureType, String name)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.