@Repository public interface RecoveryRepository extends org.springframework.data.jpa.repository.JpaRepository<Recovery,Long>
| Modifier and Type | Method and Description |
|---|---|
List<Recovery> |
findByChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts) |
List<Recovery> |
findByIsactive(Boolean isActive) |
List<Recovery> |
findByIsactiveAndRemittanceModeOrderByType(Boolean isActive,
Character remittanceMode) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2015–2017 eGovernments Foundation. All rights reserved.