-
hi
NOTE that my question is not from a data consistency point of view but from a framework proper function point of view. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi,
The important thing is that you must ensure that data that will be persisted is not modified from another thread while it is processed by eclipse store. This because the object graph is owned by your application and not by eclipse store. Therefore we cannot prevent other threads from modifying the graph. |
Beta Was this translation helpful? Give feedback.
-
@hg-ms thanks, yes you answered.... |
Beta Was this translation helpful? Give feedback.
Hi,
hope that I understood your questions correctly…
The important thing is that you must ensure that data that will be persisted is not modified from another thread while it is processed by eclipse store. This because the object graph is owned by your application and not by eclipse store. Therefore we cannot prevent other threads from modifying the graph.