Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsapir2008-07-28 13:53:15 +0000
committerrsapir2008-07-28 13:53:15 +0000
commit09f5edc90b4729cb25f9232544425a366a29f803 (patch)
tree457186d48b8aacb0578305e5f05edb97972c18b8 /jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
parent75726a151172cc9db06c577e69eba8db577771f3 (diff)
downloadwebtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.tar.gz
webtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.tar.xz
webtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.zip
Updated doc/help files. based on current 2.0.1. maint + intrnal fixes
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
index 113ab6b4e6..530bf91bba 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks001.htm
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<!-- Run date = May 21, 2008 14:42:03 -->
+<!-- Run date = July 23, 2008 8:59:42 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Creating a JPA Entity</title>
@@ -16,24 +16,24 @@
<meta name="copyright" content="Copyright (c) 2000, 2008 oracle . All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html. Contributors: Oracle - initial API and implementation" />
<link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" />
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
-<link rel="start" href="../../index.htm" title="Home" type="text/html" />
-<link rel="contents" href="toc.htm" title="Contents" type="text/html" />
+<!-- start-->
+<!-- contents -->
</head>
<body>
<p><a id="BABFBJBG" name="BABFBJBG"></a></p>
<div class="sect1"><!-- infolevel="all" infotype="General" -->
-<h1><a id="sthref28" name="sthref28"></a>Creating a JPA Entity</h1>
+<h1><a id="sthref30" name="sthref30"></a>Creating a JPA Entity</h1>
<p>Use this procedure to create a JPA entity:</p>
<ol start="1">
<li>
<p>From the Navigator or Package Explorer, select the JPA project and then <span class="bold">File &gt; New &gt; Other</span>. The Select a Wizard dialog appears.</p>
-<div class="figure"><a id="sthref29" name="sthref29"></a>
+<div class="figure"><a id="sthref31" name="sthref31"></a>
<p class="titleinfigure">Selecting the Create a JPA Entity Wizard</p>
<img src="img/select_a_wizard_entity.png" alt="The Select a Wizard dialog with Entity selected." title="The Select a Wizard dialog with Entity selected." /><br /></div>
<!-- class="figure" --></li>
<li>
<p>Select <span class="bold">Entity</span> and then click <span class="bold">Next</span>. The <a href="reference003.htm#CIAFEIGF">Entity Class page</a> appears.</p>
-<div class="figure"><a id="sthref30" name="sthref30"></a>
+<div class="figure"><a id="sthref32" name="sthref32"></a>
<p class="titleinfigure">The Entity Class Page</p>
<img src="img/create_jpa_entity_wizard.png" alt="The Entity Class page of the Create a JPA Entity wizard." title="The Entity Class page of the Create a JPA Entity wizard." /><br /></div>
<!-- class="figure" -->
@@ -75,7 +75,7 @@
</li>
<li>
<p>Click <span class="bold">Next</span> to proceed to the <a href="reference004.htm#CIADECIA">Entity Properties page</a> where you define the persistent fields for the entity.</p>
-<div class="figure"><a id="sthref31" name="sthref31"></a>
+<div class="figure"><a id="sthref33" name="sthref33"></a>
<p class="titleinfigure">The Entity Properties Page</p>
<img src="img/create_jpa_fields.png" alt="The Entity Properties page of the Create JPA Entity wizard." title="The Entity Properties page of the Create JPA Entity wizard." /><br /></div>
<!-- class="figure" -->
@@ -105,7 +105,7 @@ The Entity Name-related options are not available if you selected <a href="tasks
</li>
<li>
<p>Add persistence fields to the entity by clicking <span class="bold">Add</span>. The Entity Fields dialog appears.</p>
-<div class="figure"><a id="sthref32" name="sthref32"></a>
+<div class="figure"><a id="sthref34" name="sthref34"></a>
<p class="titleinfigure">The Entity Fields Dialog</p>
<img src="img/jpa_wizard_create_fields.png" alt="The Entity Fields dialog." title="The Entity Fields dialog." /><br /></div>
<!-- class="figure" --></li>

Back to the top