Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 174:249390dd24e7
Added foreign key constraint annotations to model classes.
flys-backend/trunk@1473 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 15 Mar 2011 14:49:56 +0000 |
parents | 8e2f2ddc507f |
children | 7cdac4324609 |
comparison
equal
deleted
inserted
replaced
173:8e2f2ddc507f | 174:249390dd24e7 |
---|---|
1 2011-03-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/App.java: Wire all POJOs | |
4 to corresponding factory. | |
5 | |
6 * src/main/java/de/intevation/flys/model/*.java: Generate | |
7 all foreign key constraints. TODO: name them correctly | |
8 because the machine generated names are ugly and do | |
9 not fit the PostgreSQL names. | |
10 | |
11 * doc/schema/postgresql.sql: Small quantifier fix in descriptions | |
12 of wst columns. | |
13 | |
1 2011-03-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-03-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * doc/schema/postgresql.sql: Fixed wrong spelled | 16 * doc/schema/postgresql.sql: Fixed wrong spelled |
4 column references in foreign keys introduces with | 17 column references in foreign keys introduces with |
5 last change. | 18 last change. |