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/tasks018.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/tasks018.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/tasks018.htm8
1 files changed, 4 insertions, 4 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/tasks018.htm b/jpa/plugins/org.eclipse.jpt.doc.user/tasks018.htm
index 3a994e5a1a..59bbb35eda 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/tasks018.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/tasks018.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:06 -->
+<!-- Run date = July 23, 2008 8:59:48 -->
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Transient mapping</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="BABHFHEI" name="BABHFHEI"></a></p>
<div class="sect2"><!-- infolevel="all" infotype="General" -->
<h1>Transient mapping</h1>
-<p><a id="sthref131" name="sthref131"></a><a id="sthref132" name="sthref132"></a><a id="sthref133" name="sthref133"></a><a id="sthref134" name="sthref134"></a>Use the Transient Mapping to specify a field of the entity class that <span class="italic">is not</span> persistent.</p>
+<p><a id="sthref133" name="sthref133"></a><a id="sthref134" name="sthref134"></a><a id="sthref135" name="sthref135"></a><a id="sthref136" name="sthref136"></a>Use the Transient Mapping to specify a field of the entity class that <span class="italic">is not</span> persistent.</p>
<p>To create a transient mapping:</p>
<ol start="1">
<li>

Back to the top