#352- Unit Of Work : Update puml diagram.
This commit is contained in:
parent
677f020813
commit
a1ee8859d6
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
@ -1,5 +1,9 @@
|
||||
@startuml
|
||||
package com.iluwatar.unitofwork {
|
||||
class App {
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
interface IUnitOfWork<T> {
|
||||
+ DELETE : String {static}
|
||||
+ INSERT : String {static}
|
||||
@ -24,10 +28,6 @@ package com.iluwatar.unitofwork {
|
||||
+ insert(student : Student)
|
||||
+ modify(student : Student)
|
||||
}
|
||||
class StudentManagementApp {
|
||||
+ StudentManagementApp()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
class StudentRepository {
|
||||
- LOGGER : Logger {static}
|
||||
- context : Map<String, List<Student>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user