[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
|
- From: Tom Ware <tom.ware@xxxxxxxxxx>
- Date: Tue, 20 Oct 2009 11:13:25 -0400
- Delivered-to: eclipselink-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
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