Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsapir2008-07-28 13:53:15 +0000
committerrsapir2008-07-28 13:53:15 +0000
commit09f5edc90b4729cb25f9232544425a366a29f803 (patch)
tree457186d48b8aacb0578305e5f05edb97972c18b8 /jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm
parent75726a151172cc9db06c577e69eba8db577771f3 (diff)
downloadwebtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.tar.gz
webtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.tar.xz
webtools.dali-09f5edc90b4729cb25f9232544425a366a29f803.zip
Updated doc/help files. based on current 2.0.1. maint + intrnal fixes
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm
index d35465123f..e03d3d0e13 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks008.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks008.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 21, 2008 14:42:04 -->
+<!-- Run date = July 23, 2008 8:59:44 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Mapped superclass</title>
@@ -16,14 +16,14 @@
<meta name="copyright" content="Copyright (c) 2000, 2008 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" />
<link rel="copyright" href="dcommon/html/cpyr.htm" title="Copyright" type="text/html" />
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
-<link rel="start" href="../../index.htm" title="Home" type="text/html" />
-<link rel="contents" href="toc.htm" title="Contents" type="text/html" />
+<!-- start-->
+<!-- contents -->
</head>
<body>
<p><a id="BABDAGCI" name="BABDAGCI"></a></p>
<div class="sect2"><!-- infolevel="all" infotype="General" -->
<h1>Mapped superclass</h1>
-<p><a id="sthref70" name="sthref70"></a><a id="sthref71" name="sthref71"></a>An entity that extends a <span class="bold">Mapped Superclass</span> class inherits the persistent state and mapping information from a superclass. You should use a mapped superclass to define mapping information that is common to multiple entity classes.</p>
+<p><a id="sthref72" name="sthref72"></a><a id="sthref73" name="sthref73"></a>An entity that extends a <span class="bold">Mapped Superclass</span> class inherits the persistent state and mapping information from a superclass. You should use a mapped superclass to define mapping information that is common to multiple entity classes.</p>
<p>A mapped superclass <span class="italic">can be</span>:</p>
<ul>
<li>
@@ -40,7 +40,7 @@
</li>
</ul>
<p>A mapped superclass does not have a defined database table. Instead, its mapping information is derived from its superclass. To override the mapping information for a specific subclass, use the <code>@AttributeOverride</code> annotation for that specific class.</p>
-<p><a id="sthref72" name="sthref72"></a><a id="sthref73" name="sthref73"></a><a id="sthref74" name="sthref74"></a><a id="sthref75" name="sthref75"></a>A mapped superclass is identified by the <code>@MappedSuperclass</code> annotation.</p>
+<p><a id="sthref74" name="sthref74"></a><a id="sthref75" name="sthref75"></a><a id="sthref76" name="sthref76"></a><a id="sthref77" name="sthref77"></a>A mapped superclass is identified by the <code>@MappedSuperclass</code> annotation.</p>
<p>Use this procedure to add Mapped Superclass persistence to an existing entity:</p>
<ol start="1">
<li>
@@ -54,7 +54,7 @@
</li>
<li>
<p>Select <span class="bold">Mapped Superclass</span> and then <span class="bold">OK</span>.</p>
-<div class="figure"><a id="sthref76" name="sthref76"></a>
+<div class="figure"><a id="sthref78" name="sthref78"></a>
<p class="titleinfigure">Mapping Type Selection Dialog (Mapped Superclass)</p>
<img src="img/mapping_type_selection_superclass.png" alt="The Mapping Type Selection dialog with Mapped Superclass selected." title="The Mapping Type Selection dialog with Mapped Superclass selected." /><br /></div>
<!-- class="figure" --></li>

Back to the top