Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2363:a8f408fdf58c
Added model for 'hws' relation and synced postgis with oracle spatial schema.
flys-backend/trunk@3200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 16:01:16 +0000 |
parents | 2649151c9500 |
children | efe19e669092 |
comparison
equal
deleted
inserted
replaced
2362:2649151c9500 | 2363:a8f408fdf58c |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql: Synced "hws" relation with oracle | |
4 schema. | |
5 | |
6 * src/main/java/de/intevation/flys/model/Hws.java: New. A model for the | |
7 "hws" relation. | |
8 | |
9 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
10 Registered the Hws model. | |
11 | |
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | 12 2011-11-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | 14 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: |
4 Added methods that return information about the database connection used | 15 Added methods that return information about the database connection used |
5 by a concrete SessionFactoryImpl. | 16 by a concrete SessionFactoryImpl. |