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

Relational Mappings (ELUG)

Revision as of 11:41, 21 November 2007 by Unnamed Poltroon (Talk) (New page: A relational mapping transforms any object data member type to a corresponding relational database (SQL) data source representation in any supported relational database. Relational mapping...)

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

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 chapters:

This chapter describes each of the different EclipseLink relational mapping types and important relational mapping concepts.
This chapter explains how to configure EclipseLink relational mapping options common to two or more relational mapping types.
This chapter explains how to configure a direct to field relational database mapping.
This chapter explains how to configure a direct mapping to an Oracle XDB XML type field.
This chapter explains how to configure a one-to-one relational database mapping.
This chapter explains how to configure a variable one-to-one relational database mapping.
This chapter explains how to configure a one-to-many relational database mapping.
This chapter explains how to configure a many-to-many relational database mapping.
This chapter explains how to configure an aggregate collection relational database mapping.
This chapter explains how to configure a direct collection relational database mapping.
This chapter explains how to configure an aggregate object relational database mapping.
This chapter explains how to configure a direct map relational database mapping.
This chapter explains how to configure a transformation relational database mapping.


Related Topics


Copyright Statement

Back to the top