Interface RentalItemRepository
- All Superinterfaces:
GenericRepository<RentalItem>
- All Known Implementing Classes:
RentalItemFileRepository
,RentalItemJpaRepository
レンタル品の永続化インタフェース。
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.extact.rms.application.persistence.GenericRepository
GenericRepository.ApiType
-
Method Summary
-
Method Details
-
findBySerialNo
シリアル番号を指定してレンタル品を取得。- Parameters:
serialNo
- シリアル番号- Returns:
- 該当エンティティ。該当なしはnull
-