| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.repository |
| Modifier and Type | Method and Description |
|---|---|
Optional<AccountStmt> |
AccountStmtRepository.findFirstByAccountAndStmtStatusAndPstTimeGreaterThanEqual(LedgerAccount account,
StmtStatus stmtStatus,
LocalDateTime refTime) |
Optional<AccountStmt> |
AccountStmtRepository.findFirstByAccountAndStmtStatusAndPstTimeLessThanOrderByPstTimeDescStmtSeqNbrDesc(LedgerAccount account,
StmtStatus stmtStatus,
LocalDateTime refTime)
Select the latest statement for the given reference time.
|
Copyright © 2020. All rights reserved.