Skip to content
Snippets Groups Projects
Commit 3750bc4c authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Switch to Derby

parent 943bc46b
Branches
No related merge requests found
Pipeline #977 failed with stages
in 0 seconds
......@@ -40,7 +40,7 @@ public class TableViewSample extends Application {
}
public TableViewSample() {
dao = new PersonDAO(new PostgresqlJDBCDialect());
dao = new PersonDAO(new DerbyJDBCDialect());
data = FXCollections.observableArrayList(dao.getAll());
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment