Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 290475 fixed - JPA 2.0 @ElementCollection for Map<, > ignores @MapKeyJoinColumn

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

Fixed on trunk stream.

We were not looking for @MapKeyJoinColumn in our ElementCollection processing

Added mapping and tests to inherited test model (where the majority of our map tests exist)

Tested with full JPA test run

Reviewed by Guy Pelletier


Back to the top