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

Introduction to EIS Descriptors (ELUG)

Revision as of 09:40, 27 November 2007 by Rick.sapir.oracle.com (Talk | contribs) (New page: <div style="float:right;border:1px solid #000000;padding:5px">__TOC__ Related Topics</div> This section introduces options...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This section introduces options specific to an EIS descriptor.

For information on descriptor concepts and features common to more than one type of EclipseLink descriptors, see Introduction to Descriptors.


EIS Descriptor Concepts

EIS descriptors describe Java objects that you map to an EIS data source by way of a JCA adapter.

Using EIS descriptors in an EIS project created with Workbench, you can configure EIS mappings (see EIS Mapping Types) to XML records.

Using EIS descriptors in an EIS project that you create in Java, you can configure EIS mappings to any supported EIS record type: XML, mapped, or indexed.

See Creation and Configuration of Descriptors for information on how to create and configure descriptors regardless of their type.

For information specific to creation and configuration of EIS descriptors, see the following:


EIS Descriptors and Aggregation

When working with descriptors for a parent (source) and a child (target) objects, you have to accomplish the following:

  • if the source object exists, then you must ensure that the target object also exists;
  • if the source object is destroyed, then you must ensure that the target object is also destroyed.

For more information, see Descriptors and Aggregation.

In your EIS project, designate the descriptors for the source and target objects to reflect this relationship as Root and Composite Descriptors in EIS Projects.


Root and Composite Descriptors in EIS Projects

In an EIS project, you can designate the descriptor as a composites (see EIS Composite Descriptors).

The type of EIS mapping you whish to create will determine whether you configure an EIS descriptor as a composite or root (see Composite and Reference EIS Mappings).

For more information, see Configuring an EIS Descriptor as a Root or Composite Type.

You can configure inheritance for an EIS descriptor designated as a composite (see Descriptors and Inheritance), however, in this case, all the descriptors in the inheritance tree must be composites. Composite and root descriptors cannot exist in the same inheritance tree.


EIS Descriptors and Inheritance

You can use descriptors to describe the inheritance relationships between classes in your EIS project. For more information, see the following:


Inheritance and Primary Keys in EIS Projects

For EIS projects, EclipseLink assumes that all of the classes in an inheritance hierarchy have the same primary key, as set in the root descriptor. Child descriptors associated with data source representations that have different primary keys must define the mapping between the root primary key and the local one.

For more information, see Configuring Primary Keys.



Copyright Statement

Copyright © Eclipse Foundation, Inc. All Rights Reserved.