Rejected
Details
Assignee
UnassignedUnassignedReporter
George LindholmGeorge LindholmComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
George Lindholm
George LindholmComponents
Affects versions
Priority
Created January 28, 2006 at 1:54 AM
Updated December 18, 2013 at 9:20 PM
Resolved December 18, 2013 at 9:20 PM
If one of the fields in the child table that comprises a many-to-one compund key has a null
value, then fetching the parent table results in a null value for the variable representing the child value
hbm.xml from hibernate-tools reverse enginerring tool.
Ie.
fetch ca.NcContact
comes back with
1 ncOrgUnit = ncOrgUnit('ITS','UBC')
2 ncOrgUnit = null