Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.htm b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.htm
index 8969dbef97..eb3ae4747d 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started010.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 3, 2007 9:19:07 -->
+<!-- Run date = May 9, 2007 10:03:39 -->
<meta name="OAC_IGNORE_SKIP_NAV" content="true" />
<title>Create persistent Java entities</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
@@ -44,7 +44,7 @@
<p>In the JPA Details view, in the Map As field, select <span class="bold">Entity</span>. In the Table field, select the <span class="bold">EMPLOYEE</span> database table.</p>
<div class="figure"><a id="sthref25" name="sthref25"></a>
<p class="titleinfigure">Employee Entity in JPA Details View</p>
-<img src="img/address_jpa_details.png" alt="" title="" /><br /></div>
+<img src="img/address_jpa_details.png" alt="Employee entity in JPA Details view." title="Employee entity in JPA Details view." /><br /></div>
<!-- class="figure" --></li>
</ol>
<p>Eclipse adds the <code>@Entity</code> annotation to the class. Repeat this procedure to add the <span class="bold">PhoneNumber</span> and <span class="bold">Address</span> entities.</p>

Back to the top