Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Jerome Haltom
Jerome HaltomComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 27, 2008 at 8:38 AM
Updated November 6, 2009 at 7:29 AM
Resolved July 9, 2009 at 11:27 AM
It seems like regular Hibernate supports use of the property-ref attribute on the <key/> element inside of a <set/> or other collection type. The basic idea is you point at a foreign key in another table, and it might not join to the primary key of the origin table.
There's not really any good way I can see to solve this mapping problem without this feature.