Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 384527 - Entity with ElementCollection Map<String, @Embeddable> is updated when map entry is read

Fix checked into trunk and 2.4.1 - changes the comparison logic to be more map aware. The issue occurred because one of our comparison methods did not properly check the maps by keys and as a result, even though our change set building method was working correctly because of the initial problem an empty change set was produced.

Reviewed by Chris Delahunt

Added test to JunitInheritedTestMdoel

Tested with JPA and Core LRG


Back to the top