Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm16
1 files changed, 8 insertions, 8 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm b/jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm
index 24a342111e..a736c7d96b 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/reference047.htm
@@ -8,7 +8,7 @@
<title>Joining Strategy</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-27T9:43:53Z" />
+<meta name="date" content="2012-10-11T7:52:10Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Joining Strategy" />
<meta name="relnum" content="Release 3.2" />
@@ -17,10 +17,10 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-27</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-10-11</p>
<p><a id="CACIJEGI" name="CACIJEGI"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
-<h1><a id="sthref569" name="sthref569"></a><a id="sthref570" name="sthref570"></a>Joining Strategy</h1>
+<h1><a id="sthref586" name="sthref586"></a><a id="sthref587" name="sthref587"></a>Joining Strategy</h1>
<p>Use this area to specify a mapped column for joining an entity association. By default, the mapping is assumed to have a single join.</p>
<div class="inftblhruleinformal">
<table class="HRuleInformal" summary="JPA Details view, Type page" dir="ltr" border="1" width="100%" frame="hsides" rules="rows" cellpadding="3" cellspacing="0">
@@ -43,7 +43,7 @@
<p>The field in the database table that "owns" the relationship. This field is required only on the non-owning side of the relationship.</p>
</td>
<td align="left" headers="r2c1-t45 r1c3-t45">
-<p><a href="tasks017.htm#BABEIEGD">Many-to-many mapping</a>, <a href="tasks019.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks020.htm#BABFHBCJ">One-to-one mapping</a></p>
+<p><a href="tasks016.htm#BABEIEGD">Many-to-many mapping</a>, <a href="tasks018.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks019.htm#BABFHBCJ">One-to-one mapping</a></p>
</td>
</tr>
<tr align="left" valign="top">
@@ -59,7 +59,7 @@
</td>
<td align="left" headers="r4c1-t45 r1c2-t45"><br /></td>
<td align="left" headers="r4c1-t45 r1c3-t45">
-<p><a href="tasks020.htm#BABFHBCJ">One-to-one mapping</a></p>
+<p><a href="tasks019.htm#BABFHBCJ">One-to-one mapping</a></p>
<br /></td>
</tr>
<tr align="left" valign="top">
@@ -67,11 +67,11 @@
<p><span class="bold">Join columns</span></p>
</td>
<td align="left" headers="r5c1-t45 r1c2-t45">
-<p><a id="sthref571" name="sthref571"></a><a id="sthref572" name="sthref572"></a>By default, the name is assumed to be the primary tables associated with the entities concatenated with an underscore.</p>
+<p><a id="sthref588" name="sthref588"></a><a id="sthref589" name="sthref589"></a>By default, the name is assumed to be the primary tables associated with the entities concatenated with an underscore.</p>
<p>Select <span class="bold">Override Default</span>, then Add, Edit, or Remove the join columns.</p>
</td>
<td align="left" headers="r5c1-t45 r1c3-t45">
-<p><a href="tasks018.htm#BABHFAFJ">Many-to-one mapping</a>, <a href="tasks019.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks020.htm#BABFHBCJ">One-to-one mapping</a></p>
+<p><a href="tasks017.htm#BABHFAFJ">Many-to-one mapping</a>, <a href="tasks018.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks019.htm#BABFHBCJ">One-to-one mapping</a></p>
</td>
</tr>
<tr align="left" valign="top">
@@ -83,7 +83,7 @@
<p>By default, the name is assumed to be the primary tables associated with the entities concatenated with an underscore.</p>
</td>
<td align="left" headers="r6c1-t45 r1c3-t45">
-<p><a href="tasks017.htm#BABEIEGD">Many-to-many mapping</a>, <a href="tasks018.htm#BABHFAFJ">Many-to-one mapping</a>, <a href="tasks019.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks020.htm#BABFHBCJ">One-to-one mapping</a></p>
+<p><a href="tasks016.htm#BABEIEGD">Many-to-many mapping</a>, <a href="tasks017.htm#BABHFAFJ">Many-to-one mapping</a>, <a href="tasks018.htm#BABHGEBD">One-to-many mapping</a>, and <a href="tasks019.htm#BABFHBCJ">One-to-one mapping</a></p>
</td>
</tr>
<tr align="left" valign="top">

Back to the top