hibernate tweaks

This commit is contained in:
Athou
2013-06-06 09:54:17 +02:00
parent c907abbf62
commit be6db080fd
18 changed files with 40 additions and 56 deletions

View File

@@ -94,7 +94,7 @@ public class FeedRefreshTaskGiver {
map.put(f.getId(), f);
}
feedDAO.update(map.values());
feedDAO.saveOrUpdate(map.values());
}
public void giveBack(Feed feed) {