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