Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Configuring a Relational One-to-One Mapping (ELUG)

Revision as of 11:52, 26 November 2007 by Unnamed Poltroon (Talk) (New page: <div style="float:right;border:1px solid #000000;padding:5px">__TOC__ Related Topics</div> This section describes the v...)

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

This section describes the various components that you must configure in order to use a relational one-to-one mapping.

For information on how to configure EclipseLink mappings options common to two or more mapping types, see Configuring a Mapping.

For information on how to create EclipseLink mappings, see Creating a Mapping.

Configurable Options for Relational One-to-One Mapping lists the configurable options for a relational one-to-one mapping.


Introduction to Relational One-to-One Mapping Configuration

This table lists the configurable options for a relational one-to-one mapping.


Configurable Options for Relational One-to-One Mapping

Option to Configure Workbench Java

Reference descriptor (see Configuring Reference Descriptor)

Supported

Supported

Method or direct field access (see Configuring a Type Conversion Converter)

Supported

Supported

Read-only mapping (see Configuring Read-Only Mappings)

Supported

Supported

Private or Independent relationships (see Configuring Mapping Comments)

Supported

Supported

Batch reading (see Configuring Batch Reading)

Supported

Supported

Joining (see Configuring Joining at the Mapping Level)

Supported

Supported

Indirection (lazy loading) (see Configuring Mapping Comments)

Supported

Supported

Bidirectional relationship (see Configuring Bidirectional Relationship)

Supported

Supported

Mapping comments (see Configuring Mapping Comments)

Supported

Supported

Table and field references (see Configuring Joining at the Mapping Level)

Supported

Supported


For more information, see the following:

For information on using JPA to configure one-to-one mappings, see @OneToOne.



Copyright Statement

Back to the top