|
|
| Re: AggregateCollectionMapping in DyanmicMapping [message #923035 is a reply to message #918519] |
Tue, 25 September 2012 10:50  |
James Sutherland Messages: 1844 Registered: July 2009 |
Senior Member |
|
|
Please log a bug for this issue and vote for it.
I believe the issue you are seeing is related to change tracking, which defaults to Attribute for dynamic, but Attribute is not support for aggregate collections.
You could try switching your descriptor to use deferred change tracking,
descriptor.setObjectChangePolicy(new DeferredChangeDetectionPolicy());
James : Wiki : Book : Blog
|
|
|
Powered by
FUDForum. Page generated in 0.04370 seconds