>If the data access is isolated to the worker thread(s) and the main thread doesn't modify the entities you should be fine.
But what I also need is to update the entity data, calling some setters on it in the Event Dispatch Thread. Does this mean that I'll have to merge back the detached entities in order to commit them to the database in the worker thread? -- View this message in context: http://openjpa.208410.n2.nabble.com/Calling-a-getter-of-an-entity-will-access-the-broker-tp5325919p5332381.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
