[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Changes in mutable objects not detected

Almost. The application uses a getter method to get a reference to a byte array. The application then uses this reference to modify the byte array directly without calling a setter method afterwards.

I don't know the spec well enough to comment, but Eclipelink would need to do a post-and-pre comparison to detect changes because and array does not have a listener mechanism for that. And that will most certainly not increase the speed.

Tom