Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm22
1 files changed, 11 insertions, 11 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm b/jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm
index 53e3e00e5d..ff800af1c8 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/ref_association_table.htm
@@ -8,7 +8,7 @@
<title>Association Tables</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-13T10:27:41Z" />
+<meta name="date" content="2012-09-19T13:27:59Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Association Tables" />
<meta name="relnum" content="Release 3.2" />
@@ -17,7 +17,7 @@
<link rel="stylesheet" href="dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" />
</head>
<body>
-<p class="betadraftsubtitle">Beta Draft: 2012-09-13</p>
+<p class="betadraftsubtitle">Beta Draft: 2012-09-19</p>
<p><a id="CIAGJHDC" name="CIAGJHDC"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
<h1>Association Tables</h1>
@@ -28,24 +28,24 @@
<col width="*" />
<thead>
<tr align="left" valign="top">
-<th align="left" valign="bottom" id="r1c1-t19">Property</th>
-<th align="left" valign="bottom" id="r1c2-t19">Description</th>
+<th align="left" valign="bottom" id="r1c1-t22">Property</th>
+<th align="left" valign="bottom" id="r1c2-t22">Description</th>
</tr>
</thead>
<tbody>
<tr align="left" valign="top">
-<td align="left" id="r2c1-t19" headers="r1c1-t19">
+<td align="left" id="r2c1-t22" headers="r1c1-t22">
<p>Association kind</p>
</td>
-<td align="left" headers="r2c1-t19 r1c2-t19">
+<td align="left" headers="r2c1-t22 r1c2-t22">
<p>Specify if the association is <span class="bold">Simple</span> (1:M) or <span class="bold">Many to Many</span> (M:M).</p>
</td>
</tr>
<tr align="left" valign="top">
-<td align="left" id="r3c1-t19" headers="r1c1-t19">
+<td align="left" id="r3c1-t22" headers="r1c1-t22">
<p>Association tables</p>
</td>
-<td align="left" headers="r3c1-t19 r1c2-t19">
+<td align="left" headers="r3c1-t22 r1c2-t22">
<p>Click <span class="bold">Table Selection</span>, then select the two tables to associate.</p>
<p>When creating a <span class="bold">Many to Many</span> association, you can select a <span class="bold">Join Table</span> for the association.</p>
</td>
@@ -54,20 +54,20 @@
</table>
<br /></div>
<!-- class="inftblhruleinformal" -->
-<a id="sthref392" name="sthref392"></a>
+<a id="sthref417" name="sthref417"></a>
<p class="subhead2">Related tasks</p>
<ul>
<li>
<p><a href="ref_create_new_association_wizard.htm#CIAFGHIF">Create New Association wizard</a></p>
</li>
<li>
-<p><a href="tasks021.htm#BABBAGFI">Generating entities from tables</a></p>
+<p><a href="tasks022.htm#BABBAGFI">Generating entities from tables</a></p>
</li>
<li>
<p><a href="ref_persistence_prop_view.htm#BABFAEBB">JPA Details view (for entities)</a></p>
</li>
</ul>
-<a id="sthref393" name="sthref393"></a>
+<a id="sthref418" name="sthref418"></a>
<p class="subhead2">Related reference</p>
<ul>
<li>

Back to the top