Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

File:Indirctn.gif

Indirctn.gif(581 × 421 pixels, file size: 13 KB, MIME type: image/gif)

This illustration shows an Order class that contains attributes orderId, lineItems, and customerId. The lineItems attribute is a reference to a collection of dependent LineItem objects. Without indirection, reading the Order object also reads the dependent collection of LineItem objects. With indirection, reading the Order object does not read the dependent collection of LineItem objects: the lineItems attribute refers to an indirection object. You can access other attributes (such as customerId), but EclipseLink reads the dependent LineItem objects only if and when you access the lineItems attribute.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:17, 21 November 2007Thumbnail for version as of 14:17, 21 November 2007581 × 421 (13 KB)Rick.sapir.oracle.com (Talk | contribs)This illustration shows an Order class that contains attributes orderId, lineItems, and customerId. The lineItems attribute is a reference to a collection of dependent LineItem objects. Without indirection, reading the Order object also reads the dependen
  • You cannot overwrite this file.

The following page links to this file:

Back to the top