Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 384607 - ClassCastException: DirectMapChangeRecord cannot be cast to DirectCollectionChangeRecord

Fix checked in to 2.4.1 and trunk

The issue was that DirectMapMapping was relying on a calculate change method implemented for DirectCollectionMapping. DirectMapMapping was refactored to mirror DirectCollectionMapping and override the appropriate method.

Reviewed by Chris Delahunt

Add test to EntityManagerJunitTestSuite

Tested with JPA and Core LRG


Back to the top