Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2007-05-10 01:22:37 +0000
committernhauge2007-05-10 01:22:37 +0000
commit6a5e934be68521a0d2a5b39670bc15a262d32883 (patch)
tree7bf87391bc129471bfa5ed95a5890cca9e939840 /jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm
parent74e0f27246b007af1ffec6ef6843d865684338f5 (diff)
downloadwebtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.tar.gz
webtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.tar.xz
webtools.dali-6a5e934be68521a0d2a5b39670bc15a262d32883.zip
178911 - New documentation updates.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm
index 464046314a..aa704ee2d2 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/whats_new001.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:14 -->
+<!-- Run date = May 9, 2007 10:03:47 -->
<meta name="OAC_IGNORE_SKIP_NAV" content="true" />
<title>Generate Persistent Entities from Tables wizard</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
@@ -29,10 +29,10 @@
</td>
</tr>
</table>
-<p>Use the <span class="gui-object-title">Generate Entities from Tables</span> wizard to quickly create Java persistent entities from your database tables.</p>
-<div class="figure"><a id="sthref251" name="sthref251"></a>
+<p>Use the <span class="gui-object-title">Generate Entities from Tables</span> wizard to quickly create JPA entities from your database tables.</p>
+<div class="figure"><a id="sthref249" name="sthref249"></a>
<p class="titleinfigure">Generating Entities</p>
-<img src="img/generate_entities.png" alt="This figure shows selecting the Java Persistence &gt; Generate Entities option." title="This figure shows selecting the Java Persistence &gt; Generate Entities option." /><br /></div>
+<img src="img/generate_entities.png" alt="Selecting the JPA Tools &gt; Generate Entities option." title="Selecting the JPA Tools &gt; Generate Entities option." /><br /></div>
<!-- class="figure" -->
<p>Dali automatically creates the necessary OR mappings, based on your database table constraints.</p>
<img src="img/ngrelc.png" alt="Related concept" title="Related concept" /><br />

Back to the top