[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

For dates you can set the persistence property,

"eclipselink.temporal.mutable"="true"

See,
http://www.eclipse.org/eclipselink/api/1.1.1/constant-values.html#org.eclipse.persistence.config.PersistenceUnitProperties.TEMPORAL_MUTABLE

For the byte array you can mark the mapping as mutable using @Mutable.

---
James