Working with Multiple Tables

Descriptors can use multiple tables in mappings. Use multiple tables when:

When a descriptor has multiple tables, you must be able to join a row from the primary table to all the additional tables. By default, TopLink assumes that the primary key of the first, or primary, table is included in the additional tables, thereby joining the tables.

TopLink also supports custom methods for joining tables.


Related Topics

About TopLink Descriptors

Working with Descriptors
Working with Descriptor Properties
Working with Advanced Properties

Specifying Multitable Info

 

Copyright © 1997, 2004, Oracle. All rights reserved.