| [news.eclipse.rt.eclipselink] Re: Changes in mutable objects not detected |
How do these changes occur? Are the mutable objects public and being changed directly? Because if you were using a setter (thus overwriting the object) then there should be no problem. (This is how I do it for e.g. Calendar.)
Hi,
I am currently porting an application to EclipseLink. While doing so, I faced the issue that changes inside a byte array (i.e. changes to the contents, not the array itself) are not detected and thus not synchronized to the database. I did some more testing and realized that this affects all kind of mutable objects including the date/time related data types.
Is there any way to configure EclipseLink so that it also detects changes inside mutable objects?
Thanks and best regards, Sabine