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 "EclipseLink/UserGuide/Developing Relational Projects (ELUG)"

m (New page: =Relational Projects= This part describes relational projects. This part contains the following chapters: *Introduction to Relational Projects (ELUG) :This chapter *[[Creating a Rela...)
 
m
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Relational Projects=
+
[[Image:Elug draft icon.png]] '''For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/ '''
  
This part describes relational projects. This part contains the following chapters:
+
----
*[[Introduction to Relational Projects (ELUG)]]
+
:This chapter
+
  
*[[Creating a Relational Project (ELUG)]]
+
__NOTOC__
:This chapter explains how to create a relational project.
+
=Developing Relational Projects=
 +
<table width="800" cellpadding="5">
 +
<tr valign="top">
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:250px;background:#cff8d9">
 +
==From an Existing<br>Object and Data Model==
 +
# [[Creating%20a%20Project%20(ELUG)#How to Create a Project Using the Workbench|Create the project]].
 +
# [[Configuring%20a%20Project%20(ELUG)#Configuring Project Classpath|Configure the project classpath]].
 +
# [[Using%20Workbench%20(ELUG)#How to Import and Update Classes|Import classes]].
 +
# [[Using%20Workbench%20(ELUG)#Importing Tables from a Database|Import database tables]].
 +
# [[Creating%20a%20Mapping%20(ELUG)#How to Create Mappings Automatically During Development Using Workbench|Automatically create mappings]].
 +
# [[Configuring%20a%20Project%20(ELUG)|Configure project options]].</div>
 +
</td>
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:250px;background:#cff8d9">
 +
==From an<br>Existing Object Model==
 +
# [[Creating%20a%20Project%20(ELUG)#How to Create a Project Using the Workbench|Create the project]].
 +
# [[Configuring%20a%20Project%20(ELUG)#Configuring Project Classpath|Configure the project classpath]].
 +
# [[Using%20Workbench%20(ELUG)#How to Import and Update Classes|Import classes]].
 +
# [[Using%20Workbench%20(ELUG)#Creating New Tables|Generate database tables]]
 +
# [[Configuring%20a%20Project%20(ELUG)|Configure project options]].</div>
 +
</td>
 +
<td>
 +
<div style="padding:5px;border:1px solid #000000;width:250px;background:#cff8d9">
 +
==From an<br>Existing Data Model==
 +
# [[Creating%20a%20Project%20(ELUG)#How to Create a Project Using the Workbench|Create the project]].
 +
# [[Using%20Workbench%20(ELUG)#Importing Tables from a Database|Import database tables]].
 +
# [[Using%20Workbench%20(ELUG)#Generating Classes and Descriptors from Database Tables|Generate classes]].
 +
# [[Configuring%20a%20Project%20(ELUG)#Configuring a Project|Configure project options]].</div>
 +
</td>
 +
</tr>
 +
</table>
  
*[[Configuring a Relational Project (ELUG)]]
+
 
:This chapter explains how to configure project options specific to relational project.
+
 
 +
==EclipseLink User's Guide==
 +
The following sections describe relational projects:
 +
*[[Introduction to Relational Projects (ELUG)|Introduction to Relational Projects]]
 +
 
 +
*[[Creating a Relational Project (ELUG)|Creating a Relational Project]]
 +
 
 +
*[[Configuring a Relational Project (ELUG)|Configuring a Relational Project]] – explains how to configure project options specific to relational project.
  
 
*[[Relational Descriptors (ELUG)|Creating and Configuring Relational Descriptors]]
 
*[[Relational Descriptors (ELUG)|Creating and Configuring Relational Descriptors]]
  
 
*[[Relational Mappings (ELUG)|Creating and Configuring Relational Mappings]]
 
*[[Relational Mappings (ELUG)|Creating and Configuring Relational Mappings]]
 +
 +
*[[Object-Relational Data Type Descriptors (ELUG)|Creating and Configuring Object-Relational Data Type Descriptors]]
  
 
*[[Object-Relational Data Type Mappings (ELUG)|Creating and Configuring Object-Relational Data Type Mappings]]
 
*[[Object-Relational Data Type Mappings (ELUG)|Creating and Configuring Object-Relational Data Type Mappings]]
Line 25: Line 63:
  
 
[[Category: EclipseLink User's Guide]]
 
[[Category: EclipseLink User's Guide]]
 +
[[Category: ORM]]

Latest revision as of 11:25, 18 July 2012

Elug draft icon.png For the latest EclipseLink documentation, please see http://www.eclipse.org/eclipselink/documentation/



Developing Relational Projects


EclipseLink User's Guide

The following sections describe relational projects:


Related Topics


Copyright Statement

Back to the top