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

m (New page: =Object-Relational Data Type Mappings= An object-relational data type mapping transforms certain object data member types to structured data source representations optimized for storage in...)
 
m
Line 2: Line 2:
 
An object-relational data type mapping transforms certain object data member types to structured data source representations optimized for storage in specialized object-relational data type databases (such as Oracle Database). Object-relational data type mappings let you map an object model into an object-relational data type data model.
 
An object-relational data type mapping transforms certain object data member types to structured data source representations optimized for storage in specialized object-relational data type databases (such as Oracle Database). Object-relational data type mappings let you map an object model into an object-relational data type data model.
  
This part contains the following chapters:
+
This part contains the following sections:
  
*[[Introduction to Object-Relational Data Type Mappings (ELUG)]]
+
*[[Introduction to Object-Relational Data Type Mappings (ELUG)]] -- Describes each of the different EclipseLink object-relational data type mapping types and important object-relational data type mapping concepts.
:This chapter describes each of the different EclipseLink object-relational data type mapping types and important object-relational data type mapping concepts.
+
  
*[[Configuring an Object-Relational Data Type Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Mapping (ELUG)]] -- Explains how to configure EclipseLink object-relational data type mapping options common to two or more object-relational data type mapping types.
:This chapter explains how to configure EclipseLink object-relational data type mapping options common to two or more object-relational data type mapping types.
+
  
*[[Configuring an Object-Relational Data Type Structure Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Structure Mapping (ELUG)]] -- Explains how to configure a structure object-relational data type mapping.
:This chapter explains how to configure a structure object-relational data type mapping.
+
  
*[[Configuring an Object-Relational Data Type Reference Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Reference Mapping (ELUG)]] -- Explains how to configure a reference object-relational data type mapping.
:This chapter explains how to configure a reference object-relational data type mapping.
+
  
*[[Configuring an Object-Relational Data Type Array Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Array Mapping (ELUG)]] -- Explains how to configure a data type array object-relational data type mapping.
:
+
  
*[[Configuring an Object-Relational Data Type Object Array Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Object Array Mapping (ELUG)]] -- Explains how to configure an object array object-relational data type mapping.
:This chapter explains how to configure an object array object-relational data type mapping.
+
  
*[[Configuring an Object-Relational Data Type Nested Table Mapping (ELUG)]]
+
*[[Configuring an Object-Relational Data Type Nested Table Mapping (ELUG)]] -- Explains how to configure a nested table object-relational data type mapping.
:This chapter explains how to configure a nested table object-relational data type mapping.
+
  
  

Revision as of 09:05, 17 December 2007

Object-Relational Data Type Mappings

An object-relational data type mapping transforms certain object data member types to structured data source representations optimized for storage in specialized object-relational data type databases (such as Oracle Database). Object-relational data type mappings let you map an object model into an object-relational data type data model.

This part contains the following sections:



Related Topics



Copyright Statement

Back to the top