| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain | |
| de.adorsys.ledgers.postings.db.repository |
| Modifier and Type | Method and Description |
|---|---|
Posting |
FinancialStmt.getPosting() |
Posting |
Posting.hash() |
| Modifier and Type | Method and Description |
|---|---|
void |
FinancialStmt.setPosting(Posting posting) |
void |
PostingLine.synchPosting(Posting posting) |
| Modifier and Type | Method and Description |
|---|---|
List<Posting> |
PostingRepository.findByOprId(String oprId) |
Optional<Posting> |
PostingRepository.findByOprIdAndDiscardingIdIsNull(String oprId)
Load the non discaded posting.
|
Optional<Posting> |
PostingRepository.findFirstByLedgerOrderByRecordTimeDesc(Ledger ledger) |
Copyright © 2019. All rights reserved.