| Package | Description |
|---|---|
| de.adorsys.ledgers.postings.db.domain | |
| de.adorsys.ledgers.postings.db.repository |
| Modifier and Type | Method and Description |
|---|---|
static StmtStatus |
StmtStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StmtStatus[] |
StmtStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Optional<LedgerStmt> |
LedgerStmtRepository.findFirstByLedgerAndStmtStatusAndPstTimeLessThanEqualOrderByPstTimeDescStmtSeqNbrDesc(Ledger ledger,
StmtStatus stmtStatus,
LocalDateTime refTime)
Select the latest statement for the given reference time.
|
Copyright © 2019. All rights reserved.