Mercurial > dive4elements > framework
comparison ChangeLog @ 303:190aa68ae7a8
Added method to artifact database to load all artifacts.
artifacts/trunk@2408 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 27 Jul 2011 09:32:26 +0000 |
parents | c066343c63b0 |
children | 40b64b4aafce |
comparison
equal
deleted
inserted
replaced
302:c066343c63b0 | 303:190aa68ae7a8 |
---|---|
1 2011-07-27 Sascha L. Teichmann <teichmann@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/ArtifactDatabase.java: | |
4 Added a method loadAllArtifacts() to load all artifacts which are in | |
5 a collection and have an owner. The loaded artifacts are passed one by | |
6 one to an instance of the interface ArtifactLoadedCallback. | |
7 | |
8 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
9 Adjusted to implement the interface. | |
10 | |
11 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | |
12 Load the artifacts from the SQL backend. | |
13 | |
14 * artifact-database/src/main/resources/sql/org-h2-driver.properties, | |
15 artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | |
16 Added statements to load all the artifacts. | |
17 | |
1 2011-07-26 Sascha L. Teichmann <teichmann@intevation.de> | 18 2011-07-26 Sascha L. Teichmann <teichmann@intevation.de> |
2 | 19 |
3 * artifact-database/pom.xml: Bumped H2 version up to latest stable 1.3.158 | 20 * artifact-database/pom.xml: Bumped H2 version up to latest stable 1.3.158 |
4 | 21 |
5 2011-07-22 Sascha L. Teichmann <teichmann@intevation.de> | 22 2011-07-22 Sascha L. Teichmann <teichmann@intevation.de> |