Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Checked in Bug 282523 - Allow PROPERTY weaving of objects where the getter/setter methods deal with interfaces

https://bugs.eclipse.org/bugs/show_bug.cgi?id=282523

Fix checked into 2.1.3 and all subsequent streams

Fix stores the actual type of the attribute in WeavedBasicIndirectionPolicy and
uses that type if unable to find the method.

Added tests for both interfaces and superclasses into
InheritedModelJunitTestSuite

Tested with JPA LRG

Reviewed by Chris Delahunt


Back to the top