List<PostingLine> |
PostingLineRepository.findByAccountAndPstTimeGreaterThanAndPstTimeLessThanEqualAndDiscardedTimeIsNullOrderByPstTimeDesc(LedgerAccount ledgerAccount,
LocalDateTime timeFrom,
LocalDateTime timeTo) |
List<PostingLine> |
PostingLineRepository.findByAccountAndPstTimeLessThanEqualAndDiscardedTimeIsNullOrderByRecordTimeDesc(LedgerAccount account,
LocalDateTime refTime) |
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<PostingLine> |
PostingLineRepository.findFirstByIdAndAccount(String transactionId,
LedgerAccount ledgerAccount) |
org.springframework.data.domain.Page<PostingLine> |
PostingLineRepository.findPostingsByAccountAndDates(LedgerAccount ledgerAccount,
LocalDateTime timeFrom,
LocalDateTime timeTo,
org.springframework.data.domain.Pageable pageable) |