Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] ElementCollection change tracking and static weaving

Hi,

I’m using static weaving.

I’ve tried to switch to AttributeChangeTrackingPolicy but changes to a Set<String> field aren’t found any more.

Does EclipseLink set the field with some trackable collection to identify changes in the collection, or is it blind for such fields?

Does it means objects with ElementCollection fields can’t be tracked by AttributeChangeTrackingPolicy?

Thanks in advance,

  Avner


Back to the top