Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2007-07-18 21:24:28 +0000
committernhauge2007-07-18 21:24:28 +0000
commitf79dbb1114807fb075cf4645c02d31cd202accee (patch)
tree1690951f829211ae37abbc2dd3b396b22ff879ad /jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm
parent71b9601fe6307eb965ae9e1904845e914c58bd1d (diff)
downloadwebtools.dali-f79dbb1114807fb075cf4645c02d31cd202accee.tar.gz
webtools.dali-f79dbb1114807fb075cf4645c02d31cd202accee.tar.xz
webtools.dali-f79dbb1114807fb075cf4645c02d31cd202accee.zip
196877 - Doc errors prevent adopters from translating files properly
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm
index 10bb4cb5ae..4ad3ef63d4 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks007.htm
@@ -4,8 +4,8 @@
<head>
<!-- Run date = May 21, 2007 6:35:55 -->
<meta name="OAC_IGNORE_SKIP_NAV" content="true" />
-<title>Basic mapping</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+<title>Basic mapping</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="generator" content="Oracle DARB XHTML Converter - Version 4.5.3 Build 02" />
@@ -103,16 +103,16 @@
<td align="left" headers="r3c1-t4 r1c2-t4">The database column mapped to the entity attribute. See <a href="ref_mapping_general.htm#CACGCBHB">"Column"</a> for details.
<ul>
<li type="disc">
-<p>Name &ndash; Name of the database column.</p>
+<p>Name - Name of the database column.</p>
</li>
<li type="disc">
-<p>Table &ndash; Name of the database table.</p>
+<p>Table - Name of the database table.</p>
</li>
<li type="disc">
-<p>Insertable &ndash; Specify if the column is always included in <code>SQL INSERT</code> statements.</p>
+<p>Insertable - Specify if the column is always included in <code>SQL INSERT</code> statements.</p>
</li>
<li type="disc">
-<p>Updatable &ndash; Specify if the column is always included in <code>SQL UPDATE</code> statements.</p>
+<p>Updatable - Specify if the column is always included in <code>SQL UPDATE</code> statements.</p>
</li>
</ul>
</td>

Back to the top