#190 Regenerate puml files

This commit is contained in:
Ilkka Seppälä
2017-02-11 21:46:56 +02:00
parent 9ec0935a1c
commit a1ff55b462
24 changed files with 195 additions and 48 deletions

View File

@ -34,9 +34,10 @@ package com.iluwatar.dao {
+ getById(int) : Optional<Customer> {abstract}
+ update(Customer) : boolean {abstract}
}
interface CustomerSchemaSql {
class CustomerSchemaSql {
+ CREATE_SCHEMA_SQL : String {static}
+ DELETE_SCHEMA_SQL : String {static}
- CustomerSchemaSql()
}
class DbCustomerDao {
- dataSource : DataSource