Skip Headers
Oracle® Application Server TopLink Mapping Workbench User's Guide
10g Release 2 (10.1.2)
Part No. B15900-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

6 Understanding Relationship Mappings

Relational mappings define how persistent objects reference other persistent objects. Oracle Application Server TopLink furnishes the following relationship mappings:

Oracle Application Server TopLink also provides object-relational relationship mappings (see Chapter 5, "Understanding Direct Mappings", and Chapter 7, "Understanding Object-Relational Mappings").

All OracleAS TopLink relationship mappings are unidirectional, from the class being described (the source class) to the class with which it is associated (the target class). The target class does not have a reference to the source class in a unidirectional relationship.

To implement a bidirectional relationship (classes that reference each other), use two unidirectional mappings with the sources and targets reversed.