Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 176:3035d861a576
SessionFactoryProvider for access to the backend.
flys-backend/trunk@1481 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 15 Mar 2011 17:29:11 +0000 |
parents | 7cdac4324609 |
children | 31895d24387e |
comparison
equal
deleted
inserted
replaced
175:7cdac4324609 | 176:3035d861a576 |
---|---|
1 2011-03-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
4 New. SessionFactoryProvider.getSessionFactory() provides a | |
5 SessionFactory to use the Hibernate O/R mapper for the FLYS backend. | |
6 | |
1 2011-03-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 7 2011-03-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 8 |
3 * pom.xml: Added dependency to artifacts-commons to | 9 * pom.xml: Added dependency to artifacts-commons to |
4 be able to use the global configuration of the artifact database. | 10 be able to use the global configuration of the artifact database. |
5 | 11 |