orm entities and daos unified

This commit is contained in:
Michał Michaluk
2017-12-09 21:43:50 +01:00
parent c9e5c01e4c
commit 04970f2caa
39 changed files with 190 additions and 126 deletions

View File

@@ -19,8 +19,8 @@ public interface DemandEvents {
this.results = Collections.unmodifiableMap(results);
}
public String getRefNo() {
return id.getRefNo();
public RefNoId getRefNo() {
return id;
}
@Value