public interface PostingRepository extends org.springframework.data.repository.PagingAndSortingRepository<Posting,String>
| Modifier and Type | Method and Description |
|---|---|
List<Posting> |
findByOprId(String oprId) |
Optional<Posting> |
findByOprIdAndDiscardingIdIsNull(String oprId)
Load the non discaded posting.
|
Optional<Posting> |
findFirstByLedgerOrderByRecordTimeDesc(Ledger ledger) |
Copyright © 2019. All rights reserved.