Interface PostingRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Posting,String>,org.springframework.data.repository.PagingAndSortingRepository<Posting,String>,org.springframework.data.repository.Repository<Posting,String>
public interface PostingRepository extends org.springframework.data.repository.PagingAndSortingRepository<Posting,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Posting>findByOprId(String oprId)Optional<Posting>findByOprIdAndDiscardingIdIsNull(String oprId)Load the non discaded posting.Optional<Posting>findFirstByLedgerOrderByRecordTimeDesc(Ledger ledger)
-