| [news.eclipse.rt.eclipselink] Re: Changes in mutable objects not detected |
Hi James!
For dates you can set the persistence property,
"eclipselink.temporal.mutable"="true"
Thanks, that's what I was looking for - and it works as expected.
For the byte array you can mark the mapping as mutable using @Mutable.
Best regards, Sabine