Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm11
1 files changed, 5 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm b/jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm
index abd7bf1cee..1a042acaba 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/ref_EntityClassPage.htm
@@ -8,7 +8,7 @@
<title>Entity Class page</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="2013-01-03T9:24:54Z" />
+<meta name="date" content="2013-04-05T12:21:39Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Entity Class page" />
<meta name="relnum" content="Release 3.3" />
@@ -17,7 +17,6 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2013-01-03</p>
<p><a id="CIAFEIGF" name="CIAFEIGF"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
<h1>Entity Class page</h1>
@@ -84,7 +83,7 @@
</tr>
<tr align="left" valign="top">
<td align="left" id="r7c1-t10" headers="r1c1-t10">
-<p><a id="sthref402" name="sthref402"></a>Inheritance</p>
+<p><a id="sthref401" name="sthref401"></a>Inheritance</p>
</td>
<td align="left" headers="r7c1-t10 r1c2-t10">
<p>Because the wizard creates a Java class with an <code>@Entity</code> notation, the <span class="bold">Entity</span> option is selected by default.</p>
@@ -108,7 +107,7 @@
</tr>
<tr align="left" valign="top">
<td align="left" id="r8c1-t10" headers="r1c1-t10">
-<p><a id="sthref403" name="sthref403"></a>XML Entity Mappings</p>
+<p><a id="sthref402" name="sthref402"></a>XML Entity Mappings</p>
</td>
<td align="left" headers="r8c1-t10 r1c2-t10">
<p>Select <span class="bold">Add to entity mappings in XML</span> to create XML mappings in <code>orm.xml</code>, rather than annotations.</p>
@@ -120,14 +119,14 @@
</table>
<br /></div>
<!-- class="inftblhruleinformal" -->
-<a id="sthref404" name="sthref404"></a>
+<a id="sthref403" name="sthref403"></a>
<p class="subhead2">Related tasks</p>
<ul>
<li>
<p><a href="task_create_new_project.htm#CIHHEJCJ">Creating a new JPA project</a></p>
</li>
</ul>
-<a id="sthref405" name="sthref405"></a>
+<a id="sthref404" name="sthref404"></a>
<p class="subhead2">Related reference</p>
<ul>
<li>

Back to the top