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/tasks006.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/tasks006.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks006.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks006.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks006.htm
index 6eba3f8787..7aef6952a7 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks006.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks006.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 = July 21, 2008 11:16:11 -->
+<!-- Run date = July 23, 2008 8:59:44 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Entity</title>
@@ -23,7 +23,7 @@
<p><a id="BABGBIEE" name="BABGBIEE"></a></p>
<div class="sect2"><!-- infolevel="all" infotype="General" -->
<h1>Entity</h1>
-<p><a id="sthref55" name="sthref55"></a><a id="sthref56" name="sthref56"></a><a id="sthref57" name="sthref57"></a><a id="sthref58" name="sthref58"></a>An <span class="bold">Entity</span> is a persistent domain object.</p>
+<p><a id="sthref57" name="sthref57"></a><a id="sthref58" name="sthref58"></a><a id="sthref59" name="sthref59"></a><a id="sthref60" name="sthref60"></a>An <span class="bold">Entity</span> is a persistent domain object.</p>
<p>An entity <span class="italic">can be</span>:</p>
<ul>
<li>
@@ -36,7 +36,7 @@
<p>A no-arg constructor (public or protected); the entity class may have other constructors as well.</p>
</li>
</ul>
-<p><a id="sthref59" name="sthref59"></a><a id="sthref60" name="sthref60"></a><a id="sthref61" name="sthref61"></a>Each persistent entity must be mapped to a database table and contain a primary key. Persistent entities are identified by the <code>@Entity</code> annotation.</p>
+<p><a id="sthref61" name="sthref61"></a><a id="sthref62" name="sthref62"></a><a id="sthref63" name="sthref63"></a>Each persistent entity must be mapped to a database table and contain a primary key. Persistent entities are identified by the <code>@Entity</code> annotation.</p>
<p>Use this procedure to add persistence to an existing entity:</p>
<ol start="1">
<li>
@@ -47,7 +47,7 @@
</li>
<li>
<p>In the JPA Details view, click the mapping type hyperlink to access the Mapping Type Selection dialog. In the following figure, clicking <span class="italic">entity</span> invokes the dialog from the JPA Details View.</p>
-<div class="figure"><a id="sthref62" name="sthref62"></a>
+<div class="figure"><a id="sthref64" name="sthref64"></a>
<p class="titleinfigure">The Mapping Type Hyperlink</p>
<img src="img/mapped_entity_type_link.png" alt="The JPA Details view for an entity showing the mapping type hyperlink." title="The JPA Details view for an entity showing the mapping type hyperlink." /><br /></div>
<!-- class="figure" -->
@@ -67,7 +67,7 @@ You can also change (or add) persistence for an entity by right-clicking the cla
</li>
<li>
<p>Select <span class="bold">Entity</span> from the Mapping Type Selection dialog and then click <span class="bold">OK</span>.</p>
-<div class="figure"><a id="sthref63" name="sthref63"></a>
+<div class="figure"><a id="sthref65" name="sthref65"></a>
<p class="titleinfigure">The Mapping Type Selection Dialog</p>
<img src="img/mapping_type_selection_entity.png" alt="The Mapping Type selection dialog with Enity selected." title="The Mapping Type selection dialog with Enity selected." /><br /></div>
<!-- class="figure" --></li>

Back to the top