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

Difference between revisions of "Relational Mappings (ELUG)"

m
m
Line 3: Line 3:
 
This part contains the following sections:
 
This part contains the following sections:
  
*[[Introduction to Relational Mappings (ELUG)]] -- Describes each of the different EclipseLink relational mapping types and important relational mapping concepts.
+
*[[Introduction to Relational Mappings (ELUG)]] Describes each of the different EclipseLink relational mapping types and important relational mapping concepts.
  
*[[Configuring a Relational Mapping (ELUG)]]-- Explains how to configure EclipseLink relational mapping options common to two or more relational mapping types.
+
*[[Configuring a Relational Mapping (ELUG)]] Explains how to configure EclipseLink relational mapping options common to two or more relational mapping types.
  
*[[Configuring a Relational Direct-to-Field Mapping (ELUG)]] -- Explains how to configure a direct to field relational database mapping.
+
*[[Configuring a Relational Direct-to-Field Mapping (ELUG)]] Explains how to configure a direct to field relational database mapping.
  
*[[Configuring a Relational Direct-to-XMLType Mapping (ELUG)]] -- Explains how to configure a direct mapping to an Oracle XDB XML type field.
+
*[[Configuring a Relational Direct-to-XMLType Mapping (ELUG)]] Explains how to configure a direct mapping to an Oracle XDB XML type field.
  
*[[Configuring a Relational One-to-One Mapping (ELUG)]] -- Explains how to configure a one-to-one relational database mapping.
+
*[[Configuring a Relational One-to-One Mapping (ELUG)]] Explains how to configure a one-to-one relational database mapping.
  
*[[Configuring a Relational Variable One-to-One Mapping (ELUG)]] -- Explains how to configure a variable one-to-one relational database mapping.
+
*[[Configuring a Relational Variable One-to-One Mapping (ELUG)]] Explains how to configure a variable one-to-one relational database mapping.
  
*[[Configuring a Relational One-to-Many Mapping (ELUG)]] -- Explains how to configure a one-to-many relational database mapping.
+
*[[Configuring a Relational One-to-Many Mapping (ELUG)]] Explains how to configure a one-to-many relational database mapping.
  
*[[Configuring a Relational Many-to-Many Mapping (ELUG)]] -- Explains how to configure a many-to-many relational database mapping.
+
*[[Configuring a Relational Many-to-Many Mapping (ELUG)]] Explains how to configure a many-to-many relational database mapping.
  
*[[Configuring a Relational Aggregate Collection Mapping (ELUG)]] -- Explains how to configure an aggregate collection relational database mapping.
+
*[[Configuring a Relational Aggregate Collection Mapping (ELUG)]] Explains how to configure an aggregate collection relational database mapping.
  
*[[Configuring a Relational Direct Collection Mapping (ELUG)]] -- Explains how to configure a direct collection relational database mapping.
+
*[[Configuring a Relational Direct Collection Mapping (ELUG)]] Explains how to configure a direct collection relational database mapping.
  
*[[Configuring a Relational Aggregate Object Mapping (ELUG)]] -- Explains how to configure an aggregate object relational database mapping.
+
*[[Configuring a Relational Aggregate Object Mapping (ELUG)]] Explains how to configure an aggregate object relational database mapping.
  
*[[Configuring a Relational Direct Map Mapping (ELUG)]] -- Explains how to configure a direct map relational database mapping.
+
*[[Configuring a Relational Direct Map Mapping (ELUG)]] Explains how to configure a direct map relational database mapping.
  
*[[Configuring a Relational Transformation Mapping (ELUG)]] -- Explains how to configure a transformation relational database mapping.
+
*[[Configuring a Relational Transformation Mapping (ELUG)]] Explains how to configure a transformation relational database mapping.
  
  

Revision as of 11:28, 18 December 2007

A relational mapping transforms any object data member type to a corresponding relational database (SQL) data source representation in any supported relational database. Relational mappings let you map an object model into a relational data model.

This part contains the following sections:


Related Topics


Copyright Statement

Back to the top