Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2008-06-15 20:34:19 +0000
committerMartin Taal2008-06-15 20:34:19 +0000
commit7a1722d1f8fd5aa418966db3077473bb3c587241 (patch)
tree81470fa811b660d01a72e594f8fbd1bcb433d85e
parent48be603b5e4521fb764c68dfca758fd1d10ee1fb (diff)
downloadcdo-7a1722d1f8fd5aa418966db3077473bb3c587241.tar.gz
cdo-7a1722d1f8fd5aa418966db3077473bb3c587241.tar.xz
cdo-7a1722d1f8fd5aa418966db3077473bb3c587241.zip
Added Comments
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateCommitContext.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateCommitContext.java b/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateCommitContext.java
index 02507a66a9..f5cfb30446 100644
--- a/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateCommitContext.java
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate/src/org/eclipse/emf/cdo/server/internal/hibernate/HibernateCommitContext.java
@@ -40,6 +40,9 @@ public class HibernateCommitContext
this.commitContext = commitContext;
}
+ // initialize is not done when the commitContext is set because it appeared
+ // that at that moment the temp id's are not repaired. The initialize method
+ // is called on demand.
protected void initialize()
{

Back to the top