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

(New page: = Creating and Configuring EIS Mappings = EclipseLink enterprise information system (EIS) mappings provide support for accessing legacy data sources and enterprise applications through Jav...)
 
m
Line 4: Line 4:
 
This part contains the following sections:
 
This part contains the following sections:
  
*[[Introduction to EIS Mappings (ELUG)]]<br>This chapter describes each of the different EclipseLink EIS mapping types and important EIS mapping concepts.
+
*[[Introduction to EIS Mappings (ELUG)]] -- Describes each of the different EclipseLink EIS mapping types and important EIS mapping concepts.
  
*[[Configuring an EIS Mapping (ELUG)]]<br>This chapter explains how to configure EclipseLink EIS mapping options common to two or more EIS mapping types.
+
*[[Configuring an EIS Mapping (ELUG)]] -- Explains how to configure EclipseLink EIS mapping options common to two or more EIS mapping types.
  
*[[Configuring an EIS Direct Mapping (ELUG)]]<br>This chapter explains how to configure a direct EIS mapping.
+
*[[Configuring an EIS Direct Mapping (ELUG)]] -- Explains how to configure a direct EIS mapping.
  
*[[Configuring an EIS Composite Direct Collection Mapping (ELUG)]]<br>This chapter explains how to configure a direct collection EIS mapping.
+
*[[Configuring an EIS Composite Direct Collection Mapping (ELUG)]] -- Explains how to configure a direct collection EIS mapping.
  
*[[Configuring an EIS Composite Object Mapping (ELUG)]]<br>This chapter explains how to configure a composite object EIS mapping.
+
*[[Configuring an EIS Composite Object Mapping (ELUG)]] -- Explains how to configure a composite object EIS mapping.
  
*[[Configuring an EIS Composite Collection Mapping (ELUG)]]<br>This chapter explains how to configure a composite collection EIS mapping.
+
*[[Configuring an EIS Composite Collection Mapping (ELUG)]] -- Explains how to configure a composite collection EIS mapping.
  
*[[Configuring an EIS One-to-One Mapping (ELUG)]]<br>This chapter explains how to configure a one-to-one EIS mapping.
+
*[[Configuring an EIS One-to-One Mapping (ELUG)]] -- Explains how to configure a one-to-one EIS mapping.
  
*[[Configuring an EIS One-to-Many Mapping (ELUG)]]<br>This chapter explains how to configure a one-to-many EIS mapping.
+
*[[Configuring an EIS One-to-Many Mapping (ELUG)]] -- Explains how to configure a one-to-many EIS mapping.
  
*[[Configuring an EIS Transformation Mapping (ELUG)]]<br>This chapter explains how to configure a transformation EIS mapping.
+
*[[Configuring an EIS Transformation Mapping (ELUG)]] -- Explains how to configure a transformation EIS mapping.
  
  

Revision as of 13:26, 17 December 2007

Creating and Configuring EIS Mappings

EclipseLink enterprise information system (EIS) mappings provide support for accessing legacy data sources and enterprise applications through Java EE Connector architecture (JCA) adapter. EclipseLink EIS mappings use the JCA Common Client Interface (CCI) to access the EIS through its resource adapter. This provides the ability to directly map from an existing Java object model to any transactional data source, such as mainframes with flat file/hierarchical data. An EIS mapping transforms object data members to the EIS record format defined by the object's descriptor.

This part contains the following sections:



Related Topics



Copyright Statement

Back to the top