0% found this document useful (0 votes)
2 views1 page

Repository Package

gdf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Repository Package

gdf
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Class Diagram1 2025/01/11

pkg

repository

BookRepository CDRepository DVDRepository MediaRePositoryImpl

+ findAll() : List<Media> + update(media : Media) : void + findAll() : List<Media> + findAll() : List<Media>


+ findById(id : int) : Media + findAll() : List<Media> + findById(id : int) : Media + findById(id : int) : Media
+ save(media : Media) : void + findById(id : int) : Media + save(media : Media) : void. + save(media : Media) : void
+ update(media : Media) : void + save(media : Media) : void + update(media : Media) : void. + update(media : Media) : void

<<interface>> PaymentTransactionRepository
MediaRepository OrderRepository
- dbConnection : DBConnection

+ findAll() : List<Media> + save(order Order : int) : void + save() : void


+ findById(id : int) : Media + checkPaymentByOrderId(orderId : int) : void
+ save(media : Media) : void
+ update(media : Media) : void

1/1

You might also like