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 "EclipseLink/UserGuide/Overview of EclipseLink Mappings and Project Configuration (ELUG)"

m (Overview of EclipseLink Mappings and Project)
m (Overview of EclipseLink Mappings and Project)
Line 1: Line 1:
 
=Overview of EclipseLink Mappings and Project=
 
=Overview of EclipseLink Mappings and Project=
This part describes how to use EclipseLink to map persistent objects to a data source and how to capture that information for use with the EclipseLink run-time component. It contains the following sections:
+
The following sections describe how to use EclipseLink to map persistent objects to a data source and how to capture that information for use with the EclipseLink run-time component:
  
 
*[[Introduction to EclipseLink Mapping and Configuration (ELUG)]] – Introduces the metadata, contained in the descriptor, used by EclipseLink to generate SQL statements that create, read, modify, and delete objects.
 
*[[Introduction to EclipseLink Mapping and Configuration (ELUG)]] – Introduces the metadata, contained in the descriptor, used by EclipseLink to generate SQL statements that create, read, modify, and delete objects.
Line 12: Line 12:
 
*[[Introduction to Persistence Layer (ELUG)]] – Provides an overview of how to use sessions, queries, and transactions in your application.
 
*[[Introduction to Persistence Layer (ELUG)]] – Provides an overview of how to use sessions, queries, and transactions in your application.
  
*[[Creating and Configuring Projects (ELUG)]] – Describes the EclipseLink artifact used to contain mapping and data source-specific information.  
+
<!-- *[[Creating and Configuring Projects (ELUG)]] – Describes the EclipseLink artifact used to contain mapping and data source-specific information. -->
  
*[[Creating and Configuring Descriptors (ELUG)]] – Describes the EclipseLink artifact used to describe persistent objects.
+
<!-- *[[Creating and Configuring Descriptors (ELUG)]] – Describes the EclipseLink artifact used to describe persistent objects. -->
  
*[[Creating and Configuring Mappings (ELUG)]] – Describes general mapping information.
+
<!-- *[[Creating and Configuring Mappings (ELUG)]] – Describes general mapping information. -->
  
  

Revision as of 11:42, 19 December 2007

Overview of EclipseLink Mappings and Project

The following sections describe how to use EclipseLink to map persistent objects to a data source and how to capture that information for use with the EclipseLink run-time component:




Related Topics



Copyright Statement

Back to the top