public interface LedgerAccountRepository extends NamedEntityRepository<LedgerAccount>
| Modifier and Type | Method and Description |
|---|---|
Optional<LedgerAccount> |
findOptionalByLedgerAndName(Ledger ledger,
String name) |
Optional<LedgerAccount> findOptionalByLedgerAndName(Ledger ledger, String name)
Copyright © 2019. All rights reserved.