Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2362:2649151c9500
Added some functions that return information about the db connection used by the current database session.
flys-backend/trunk@3198 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 14:59:01 +0000 |
parents | e9b0fd1de89d |
children | a8f408fdf58c |
comparison
equal
deleted
inserted
replaced
2361:e9b0fd1de89d | 2362:2649151c9500 |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
4 Added methods that return information about the database connection used | |
5 by a concrete SessionFactoryImpl. | |
6 | |
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | 7 2011-11-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/model/Floodplain.java: Changed the | 9 * src/main/java/de/intevation/flys/model/Floodplain.java: Changed the |
4 geometry type from MultiPolygon to Polygon. | 10 geometry type from MultiPolygon to Polygon. |
5 | 11 |