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 "Relational Mappings (ELUG)"

m
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
[[Image:Elug draft icon.png]] '''For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/ '''
 +
 +
----
 +
 
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.
 
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.
  
 
Consider the following sections:
 
Consider 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)|Introduction to Relational Mappings]] – 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)|Configuring a Relational Mapping ]] – 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. -->

Latest revision as of 11:25, 18 July 2012

Elug draft icon.png For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/


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.

Consider the following sections:







Related Topics


Copyright Statement

Back to the top