Skip to content

Commit

Permalink
Konstruktor for hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Jul 11, 2024
1 parent a9212df commit d5f42ec
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,12 @@ class StartupData {
StartupData() {
// for hibernate
}

public StartupData(String dbtz, String dbtid, String inputtid, LocalDateTime inputtid2, String drift) {
this.dbtz = dbtz;
this.dbtid = dbtid;
this.inputtid = inputtid;
this.inputtid2 = inputtid2;
this.drift = drift;
}
}

0 comments on commit d5f42ec

Please sign in to comment.