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 "Category:ORM"

m
m
 
Line 1: Line 1:
 +
__NOTOC__
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 7: Line 8:
 
|}
 
|}
  
 
+
== Developing ORM 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>
 
<br>
 
<br>
 
[[Category:Architecture]]
 
[[Category:Architecture]]

Latest revision as of 11:21, 21 February 2008

Eclipselink orm.png This page lists all sections in the EclipseLink User's Guide for ORM, EclipseLink's native object-relational support.

This ORM support can be used to extended JPA projects.

Developing ORM Projects


Pages in category "ORM"

The following 31 pages are in this category, out of 31 total.

Back to the top