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
m
Line 1: Line 1:
=Relational Projects=
+
__NOTOC__
 +
=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>
 +
 
 +
 
 +
 
 +
==EclipseLink User's Guide==
 
The following sections describe relational projects:
 
The following sections describe relational projects:
 
*[[Introduction to Relational Projects (ELUG)|Introduction to Relational Projects]]
 
*[[Introduction to Relational Projects (ELUG)|Introduction to Relational Projects]]

Revision as of 11:07, 18 January 2008

Developing Relational Projects


EclipseLink User's Guide

The following sections describe relational projects:


Related Topics


Copyright Statement

Back to the top