Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.htm13
1 files changed, 6 insertions, 7 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 29232fac9d..0bf1111f62 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="2013-01-03T9:24:55Z" />
+<meta name="date" content="2013-04-05T12:21:41Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Primary Key Generation information" />
<meta name="relnum" content="Release 3.3" />
@@ -17,10 +17,9 @@
<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="CACFCCAB" name="CACFCCAB"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
-<h1><a id="sthref592" name="sthref592"></a>Primary Key Generation information</h1>
+<h1><a id="sthref591" name="sthref591"></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>
<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">
@@ -40,7 +39,7 @@
<p><span class="bold">Primary Key Generation</span></p>
</td>
<td align="left" headers="r2c1-t47 r1c2-t47">
-<p><a id="sthref593" name="sthref593"></a><a id="sthref594" name="sthref594"></a>These fields define how the primary key is generated. These fields correspond to the <code>@GeneratedValue</code> annotation.</p>
+<p><a id="sthref592" name="sthref592"></a><a id="sthref593" name="sthref593"></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>
@@ -171,7 +170,7 @@
<p><span class="bold">Sequence&nbsp;Generator</span></p>
</td>
<td align="left" headers="r15c1-t47 r1c2-t47">
-<p><a id="sthref595" name="sthref595"></a><a id="sthref596" name="sthref596"></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="sthref594" name="sthref594"></a><a id="sthref595" name="sthref595"></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>
@@ -226,14 +225,14 @@
</table>
<br /></div>
<!-- class="inftblhruleinformal" -->
-<a id="sthref597" name="sthref597"></a>
+<a id="sthref596" name="sthref596"></a>
<p class="subhead2">Related tasks</p>
<ul>
<li>
<p><a href="tasks015.htm#BABGCBHG">ID mapping</a></p>
</li>
</ul>
-<a id="sthref598" name="sthref598"></a>
+<a id="sthref597" name="sthref597"></a>
<p class="subhead2">Related reference</p>
<ul>
<li>

Back to the top