Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Sapir2012-10-11 12:13:47 +0000
committerRick Sapir2012-10-11 12:13:47 +0000
commit6c201b8fee970f429c8c1a1b3aba99f8b4e2bd15 (patch)
tree1850675fd08a3b7b6d5ee00be1536c704203fa26 /jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm
parent92e3783462b168cd5c39f28d53df7cf23d145ac5 (diff)
downloadwebtools.dali-6c201b8fee970f429c8c1a1b3aba99f8b4e2bd15.tar.gz
webtools.dali-6c201b8fee970f429c8c1a1b3aba99f8b4e2bd15.tar.xz
webtools.dali-6c201b8fee970f429c8c1a1b3aba99f8b4e2bd15.zip
updated error messages.
bug 330592
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm b/jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm
index 8665c55a50..4c4b4f57ca 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/reference033.htm
@@ -8,7 +8,7 @@
<title>Basic Mapping</title>
<meta name="copyright" content="Copyright (c) 2000, 2009 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" />
<meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 1.0.11" />
-<meta name="date" content="2012-09-27T9:43:53Z" />
+<meta name="date" content="2012-10-11T7:52:10Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Basic Mapping" />
<meta name="relnum" content="Release 3.2" />
@@ -17,10 +17,10 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-27</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-10-11</p>
<p><a id="CACCGGCG" name="CACCGGCG"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
-<h1><a id="sthref524" name="sthref524"></a><a id="sthref525" name="sthref525"></a><a id="sthref526" name="sthref526"></a>Basic Mapping</h1>
+<h1><a id="sthref541" name="sthref541"></a><a id="sthref542" name="sthref542"></a><a id="sthref543" name="sthref543"></a>Basic Mapping</h1>
<div class="inftblhruleinformal">
<table class="HRuleInformal" summary="JPA Details view, Version page" dir="ltr" border="1" width="100%" frame="hsides" rules="rows" cellpadding="3" cellspacing="0">
<col width="22%" />
@@ -39,7 +39,7 @@
<p><span class="bold">Column</span></p>
</td>
<td align="left" headers="r2c1-t34 r1c2-t34">
-<p><a id="sthref527" name="sthref527"></a><a id="sthref528" name="sthref528"></a>The database column that contains the value for the attribute. This field corresponds to the <code>@Column</code> annotation.</p>
+<p><a id="sthref544" name="sthref544"></a><a id="sthref545" name="sthref545"></a>The database column that contains the value for the attribute. This field corresponds to the <code>@Column</code> annotation.</p>
</td>
<td align="left" headers="r2c1-t34 r1c3-t34">
<p>By default, the Column is assumed to be named identically to the attribute and always included in the <code>INSERT</code> and <code>UPDATE</code> statements.</p>
@@ -158,7 +158,7 @@
</tr>
<tr align="left" valign="top">
<td align="left" id="r14c1-t34" headers="r1c1-t34">
-<p><a id="sthref529" name="sthref529"></a><a id="sthref530" name="sthref530"></a><a id="sthref531" name="sthref531"></a><span class="bold">Fetch</span></p>
+<p><a id="sthref546" name="sthref546"></a><a id="sthref547" name="sthref547"></a><a id="sthref548" name="sthref548"></a><span class="bold">Fetch</span></p>
</td>
<td align="left" headers="r14c1-t34 r1c2-t34">
<p>Defines how data is loaded from the database:</p>

Back to the top