Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.
The following page has been changed by MichelleCaisse:
http://wiki.apache.org/jdo/MappingCollections
------------------------------------------------------------------------------
These are maps where either the key or value is a PC type. We test the following cases:
* Collection field is serialized in the main table ('''s''')
- * Both key and value are embedded in a join table, the PC member of the mapped pair is
a reference to a secondary table ('''er''')
+ * Both key and value are embedded in a join table, the PC member of the mapped pair is
mapped to a foreign key to a secondary table ('''er''')
* PC key or value is serialized in a join table, the non-PC member of the mapped pair is
stored in another column of the join table ('''es''')
== Maps of Java Types ==
|