Uses of Class
de.adorsys.ledgers.postings.db.domain.AccountStmt
-
Packages that use AccountStmt Package Description de.adorsys.ledgers.postings.db.repository -
-
Uses of AccountStmt in de.adorsys.ledgers.postings.db.repository
Methods in de.adorsys.ledgers.postings.db.repository that return types with arguments of type AccountStmt Modifier and Type Method 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.
-