Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 168:86a1bd9cc50e
More Hibernate/JPA stuff
flys-backend/trunk@1458 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 11 Mar 2011 14:41:18 +0000 |
parents | 15d515fe15f5 |
children | 7929f4144d2f |
comparison
equal
deleted
inserted
replaced
167:15d515fe15f5 | 168:86a1bd9cc50e |
---|---|
1 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * doc/schema/postgresql-cleanup.sql: New. Tear down schema | |
4 for a postgres database. | |
5 | |
6 * doc/schema/postgresql.sql: Added squence for | |
7 auto generating ids in river table. Cleaned up schema. | |
8 | |
9 * src/main/java/de/intevation/flys/App.java: Simple | |
10 test app to interact with hibernate. Needs to be removed | |
11 because its only a toy. | |
12 | |
13 * src/main/java/de/intevation/flys/utils/DBCPConnectionProvider.java: | |
14 New. Binds Apache Commons to Hibernate. | |
15 | |
16 * pom.xml: Added dependencies to log4j, commons dbcp, | |
17 JPA of hibernate. | |
18 | |
19 * src/main/java/de/intevation/flys/model/River.java: Added | |
20 JPA annotations. | |
21 | |
22 * src/main/java/de/intevation/flys/model/*.java: Replaced | |
23 Long with Integer because column ids are only four bytes wide. | |
24 | |
1 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 25 2011-03-11 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 26 |
3 * doc/schema/sqlite.sql, doc/schema/postgresql.sql: Fixed | 27 * doc/schema/sqlite.sql, doc/schema/postgresql.sql: Fixed |
4 smaller issues in ddl. | 28 smaller issues in ddl. |
5 | 29 |