I have a table that has an OID, GROUP_ID and VERSION
As versions are made to the field ticket the oid is incremented and
the verison id is incremented. The group_id stays the same.
A second object is related to the first object through the
group_id foreign key. It has an OID, GROUP_ID, NAME, DESCRIPTION
My question, and I have looked in the forums and bought the
hibernate in action is how do I write the set/bag ? from the. I
looked through the book but do not see how to reference to a
different id for a many2many in the class. I would like to update
the values in the list as well from any of the version instances in
the parent.
Any help would be appreciated.
Philip.
|