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

Configuring an Object-Relational Data Type Array Mapping (ELUG)

Revision as of 14:29, 26 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 s...)

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

This section describes the various components that you must configure in order to use an object-relational data type array mapping.


Note: To map a collection of aggregate structures, use an object-relational data type object array mapping (see Object-Relational Data Type Object Array Mapping). To store information in a separate table from the parent structure's table, use an object-relational data type nested table mapping (see Object-Relational Data Type Nested Table 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 Object-Relational Data Type Array Mapping lists the configurable options for an object-relational data type array mapping.


Introduction to Object-Relational Data Type Array Mapping Configuration

This table lists the configurable options for an object-relational data type array mapping.


Configurable Options for Object-Relational Data Type Array Mapping

Option to Configure Workbench Java

Attribute name (see Configuring Attribute Name)

Unsupported

Supported

Field name (see Configuring Field Name)

Unsupported

Supported

Structure name (see Configuring Structure Name)

Unsupported

Supported

Read-only (see Configuring Read-Only Mappings)

Unsupported

Supported

Method or direct field access (see Configuring Method or Direct Field Accessing at the Mapping Level)

Unsupported

Supported

Serialized object converter (see Configuring a Serialized Object Converter)

Unsupported

Supported

Type conversion converter (see Configuring a Type Conversion Converter)

Unsupported

Supported

Object type converter (see Configuring an Object Type Converter)

Unsupported

Supported

Container policy (see Configuring Container Policy)

Unsupported

Supported


For more information, see the following:



Copyright Statement

Back to the top