public interface LedgerRepository extends NamedEntityRepository<Ledger>
| Modifier and Type | Method and Description |
|---|---|
List<Ledger> |
findByCoa(ChartOfAccount coa)
Resolve all ledgers using this coa.
|
Optional<Ledger> |
findOptionalByName(String name)
Find a ledger with this name.
|
Optional<Ledger> findOptionalByName(String name)
name - of ledgerList<Ledger> findByCoa(ChartOfAccount coa)
coa: - chart of accountCopyright © 2020. All rights reserved.