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

Difference between revisions of "Configuring an Object-Relational Data Type Array Mapping (ELUG)"

m
m
Line 2: Line 2:
 
[[Special:Whatlinkshere/Configuring an Object-Relational Data Type Array Mapping (ELUG)|Related Topics]]</div>
 
[[Special:Whatlinkshere/Configuring an Object-Relational Data Type Array Mapping (ELUG)|Related Topics]]</div>
  
This section describes the various components that you must configure in order to use an object-relational data type array mapping.
+
For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
  
  
Line 10: Line 10:
 
|}
 
|}
  
 
 
For information on how to configure EclipseLink mappings options common to two or more mapping types, see [[Configuring%20a%20Mapping%20(ELUG)|Configuring a Mapping]].
 
 
For information on how to create EclipseLink mappings, see [[Creating%20a%20Mapping%20(ELUG)|Creating a Mapping]].
 
  
 
This table lists the configurable options for an object-relational data type array mapping.
 
This table lists the configurable options for an object-relational data type array mapping.
Line 95: Line 90:
 
* [[Introduction%20to%20Object-Relational%20Data%20Type%20Mappings%20(ELUG)#Object-Relational Data Type Array Mapping|Object-Relational Data Type Array Mapping]]
 
* [[Introduction%20to%20Object-Relational%20Data%20Type%20Mappings%20(ELUG)#Object-Relational Data Type Array Mapping|Object-Relational Data Type Array Mapping]]
 
* [[Configuring%20an%20Object-Relational%20Data%20Type%20Mapping (ELUG)|Configuring an Object-Relational Data Type Mapping]]
 
* [[Configuring%20an%20Object-Relational%20Data%20Type%20Mapping (ELUG)|Configuring an Object-Relational Data Type Mapping]]
 +
* [[Configuring%20a%20Mapping (ELUG)|Configuring a Mapping]]
  
  

Revision as of 12:54, 19 December 2007

For information on how to create EclipseLink mappings, see Creating a 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).


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


Option to Configure Workbench Java

Configuring Attribute Name

Unsupported

Supported

Configuring Field Name

Unsupported

Supported

Configuring Structure Name

Unsupported

Supported

Configuring Read-Only Mappings

Unsupported

Supported

Configuring Method or Direct Field Accessing at the Mapping Level

Unsupported

Supported

Configuring a Serialized Object Converter

Unsupported

Supported

Configuring a Type Conversion Converter

Unsupported

Supported

Configuring an Object Type Converter

Unsupported

Supported

Configuring Container Policy

Unsupported

Supported


For more information, see the following:



Copyright Statement

Back to the top