Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] AggregateCollectionMapping in dynamic Mapping

The issue is that aggregate collections do not support change tracking, but
dynamic enables this by default.  You need to switch your descriptor to
using deferred.

Please also log a bug, the change tracking type should not be set to
attribute change tracking if any mapping does not support it.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/AggregateCollectionMapping-in-dynamic-Mapping-tp154594p154743.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top