Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm18
1 files changed, 9 insertions, 9 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm b/jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm
index d611b1b018..480dbd2a9d 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/ref_primary_key.htm
@@ -8,7 +8,7 @@
<title>Primary Key Generation information</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-19T13:28:0Z" />
+<meta name="date" content="2012-09-27T9:43:53Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Primary Key Generation information" />
<meta name="relnum" content="Release 3.2" />
@@ -17,11 +17,11 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-19</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-09-27</p>
<p><a id="CACFCCAB" name="CACFCCAB"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
-<h1><a id="sthref551" name="sthref551"></a>Primary Key Generation information</h1>
-<p>This table lists the fields available in the <span class="gui-object-title">Primary Key Generation</span> area in JPA Details view for <a href="tasks015.htm#BABGCBHG">ID mapping</a> types.</p>
+<h1><a id="sthref575" name="sthref575"></a>Primary Key Generation information</h1>
+<p>This table lists the fields available in the <span class="gui-object-title">Primary Key Generation</span> area in JPA Details view for <a href="tasks016.htm#BABGCBHG">ID mapping</a> types.</p>
<div class="inftblhruleinformal">
<table class="HRuleInformal" title="This table describes the options on the Join Columns tab." summary="This table describes the options on the Join Columns tab." dir="ltr" border="1" width="100%" frame="hsides" rules="rows" cellpadding="3" cellspacing="0">
<col width="26%" />
@@ -40,7 +40,7 @@
<p><span class="bold">Primary Key Generation</span></p>
</td>
<td align="left" headers="r2c1-t47 r1c2-t47">
-<p><a id="sthref552" name="sthref552"></a><a id="sthref553" name="sthref553"></a>These fields define how the primary key is generated. These fields correspond to the <code>@GeneratedValue</code> annotation.</p>
+<p><a id="sthref576" name="sthref576"></a><a id="sthref577" name="sthref577"></a>These fields define how the primary key is generated. These fields correspond to the <code>@GeneratedValue</code> annotation.</p>
</td>
<td align="left" headers="r2c1-t47 r1c3-t47">
<p>Generated Value</p>
@@ -167,7 +167,7 @@
<p><span class="bold">Sequence&nbsp;Generator</span></p>
</td>
<td align="left" headers="r15c1-t47 r1c2-t47">
-<p><a id="sthref554" name="sthref554"></a><a id="sthref555" name="sthref555"></a>These fields define the specific sequence used for generating the primary key and correspond to the <code>@SequenceGenerator</code> annotation.</p>
+<p><a id="sthref578" name="sthref578"></a><a id="sthref579" name="sthref579"></a>These fields define the specific sequence used for generating the primary key and correspond to the <code>@SequenceGenerator</code> annotation.</p>
<p>These fields apply only when <span class="bold">Strategy</span> = <span class="bold">Sequence</span>.</p>
</td>
<td align="left" headers="r15c1-t47 r1c3-t47"><br /></td>
@@ -222,14 +222,14 @@
</table>
<br /></div>
<!-- class="inftblhruleinformal" -->
-<a id="sthref556" name="sthref556"></a>
+<a id="sthref580" name="sthref580"></a>
<p class="subhead2">Related tasks</p>
<ul>
<li>
-<p><a href="tasks015.htm#BABGCBHG">ID mapping</a></p>
+<p><a href="tasks016.htm#BABGCBHG">ID mapping</a></p>
</li>
</ul>
-<a id="sthref557" name="sthref557"></a>
+<a id="sthref581" name="sthref581"></a>
<p class="subhead2">Related reference</p>
<ul>
<li>

Back to the top