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 (New page: =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 Ec...)
 
m (Overview of EclipseLink Mappings and Project)
 
(5 intermediate revisions by the same user not shown)
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 chapter:
+
The following sections provide an overview of 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)]]
+
*[[Introduction to EclipseLink Mapping and Configuration (ELUG)|Introduction to EclipseLink Mapping and Configuration]] – Introduces the metadata, contained in the descriptor, used by EclipseLink to generate SQL statements that create, read, modify, and delete objects.
:This chapter introduces the metadata, contained in the descriptor, used by EclipseLink to generate SQL statements that create, read, modify, and delete objects.
+
  
*[[Introduction to Projects (ELUG)]]
+
*[[Introduction to Projects (ELUG)|Introduction to Projects ]] – Describes each of the different EclipseLink project types and important project concepts.
:This chapter describes each of the different EclipseLink project types and important project concepts.
+
  
*[[Introduction to Descriptors (ELUG)]]
+
*[[Introduction to Descriptors (ELUG)|Introduction to Descriptors]] – Describes each of the different EclipseLink descriptor types and important descriptor concepts.
:This chapter describes each of the different EclipseLink descriptor types and important descriptor concepts.
+
  
*[[Introduction to Mappings (ELUG)]]
+
*[[Introduction to Mappings (ELUG)|Introduction to Mappings]] – Describes each of the different EclipseLink mapping types and important mapping concepts.
:This chapter describes each of the different EclipseLink mapping types and important mapping concepts.
+
  
*[[Introduction to Persistence Layer (ELUG)]]
+
*[[Introduction to Persistence Layer (ELUG)|Introduction to Persistence Layer]] – Provides an overview of how to use sessions, queries, and transactions in your application.
:This chapter provides an overview of how to use sessions, queries, and transactions in your application.
+
  
*[[Creating and Configuring Projects (ELUG)]]
+
<!-- *[[Creating and Configuring Projects (ELUG)|Creating and Configuring Projects]] – Describes the EclipseLink artifact used to contain mapping and data source-specific information. -->
:This part describes the EclipseLink artifact used to contain mapping and data source-specific information. It contains the following chapters.
+
  
*[[Creating and Configuring Descriptors (ELUG)]]
+
<!-- *[[Creating and Configuring Descriptors (ELUG)]] – Describes the EclipseLink artifact used to describe persistent objects. -->
:This part describes the EclipseLink artifact used to describe persistent objects. It contains the following chapters.
+
 
 +
<!-- *[[Creating and Configuring Mappings (ELUG)]] – Describes general mapping information. -->
  
*[[Creating and Configuring Mappings (ELUG)]]
 
:This part describes general mapping information.
 
  
  

Latest revision as of 15:05, 8 April 2008

Overview of EclipseLink Mappings and Project

The following sections provide an overview of 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