Skip to main content
summaryrefslogtreecommitdiffstats
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/getting_started012.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/getting_started012.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/getting_started012.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started012.htm b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started012.htm
index 74ec6ba02b..146e951a96 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started012.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started012.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>Associate the entity with a database table</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
@@ -38,7 +38,7 @@
<p>In the JPA Details view, notice that Dali has automatically selected the EMPLOYEE table as the table name.</p>
<div class="figure"><a id="sthref26" name="sthref26"></a>
<p class="titleinfigure">JPA Details View for the Employee Entity</p>
-<img src="img/persistence_view_employee.png" alt="This figure shows the Persistence Properties view for the Employee entity." title="This figure shows the Persistence Properties view for the Employee entity." /><br /></div>
+<img src="img/persistence_view_employee.png" alt="JPA Details view for the Employee entity." title="JPA Details view for the Employee entity." /><br /></div>
<!-- class="figure" --></li>
</ol>
<p>By default, Dali attempts to associate each entity with a similarly named database table. Notice that although you have not explicitly associated the <span class="bold">Address</span> entity yet, there is no error in the Problems view because the entity name, Address, is identical to the table name (ADDRESS).</p>

Back to the top