|
|
Re: Entity is not updated [message #1707416 is a reply to message #1707353] |
Fri, 04 September 2015 15:03 |
Chris Delahunt Messages: 1389 Registered: July 2009 |
Senior Member |
|
|
If the object is detached, how was it initially read in? EclipseLink should handle the merge correctly, so if refresh is required in your situation, then it must be that your detached object is not as detached as you may think. The only way for this to occur that I can think of is if you read your object from the shared cache, as a read-only instances are not cloned and not meant to be used for changes. The read-only instance is used underneath merges to build the managed instance to merge into.
[Updated on: Fri, 04 September 2015 15:08] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02997 seconds