Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/reference034.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/reference034.htm199
1 files changed, 199 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/reference034.htm b/jpa/plugins/org.eclipse.jpt.doc.user/reference034.htm
new file mode 100644
index 0000000000..1307893acc
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/reference034.htm
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta http-equiv="Content-Script-Type" content="text/javascript" />
+<title>Version Mapping</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-11T7:44:7Z" />
+<meta name="robots" content="noarchive" />
+<meta name="doctitle" content="Version Mapping" />
+<meta name="relnum" content="Release 3.2" />
+<meta name="partnum" content="Release 3.2" />
+<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" />
+</head>
+<body>
+<p class="betadraftsubtitle">Beta Draft: 2012-09-11</p>
+<p><a id="CACHAEBB" name="CACHAEBB"></a></p>
+<div class="sect3"><!-- infolevel="all" infotype="General" -->
+<h1>Version Mapping</h1>
+<div class="inftblhruleinformal">
+<table class="HRuleInformal" summary="JPA Details view, Version page" dir="ltr" border="1" width="100%" frame="hsides" rules="rows" cellpadding="3" cellspacing="0">
+<col width="29%" />
+<col width="*" />
+<col width="24%" />
+<thead>
+<tr align="left" valign="top">
+<th align="left" valign="bottom" id="r1c1-t38">Property</th>
+<th align="left" valign="bottom" id="r1c2-t38">Description</th>
+<th align="left" valign="bottom" id="r1c3-t38">Default</th>
+</tr>
+</thead>
+<tbody>
+<tr align="left" valign="top">
+<td align="left" id="r2c1-t38" headers="r1c1-t38">
+<p><span class="bold">Column</span></p>
+</td>
+<td align="left" headers="r2c1-t38 r1c2-t38">
+<p><a id="sthref414" name="sthref414"></a><a id="sthref415" name="sthref415"></a>The database column that contains the value for the attribute. This field corresponds to the <code>@Column</code> annotation.</p>
+</td>
+<td align="left" headers="r2c1-t38 r1c3-t38">
+<p>By default, the Column is assumed to be named identically to the attribute.</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r3c1-t38" headers="r1c1-t38">
+<p>Name</p>
+</td>
+<td align="left" headers="r3c1-t38 r1c2-t38">
+<p>The database column mapped to the entity attribute.</p>
+<p>By default, the Column is assumed to be named identically to the attribute and always included in the <code>INSERT</code> and <code>UPDATE</code> statements.</p>
+</td>
+<td align="left" headers="r3c1-t38 r1c3-t38"><br /></td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r4c1-t38" headers="r1c1-t38">
+<p>Table</p>
+</td>
+<td align="left" headers="r4c1-t38 r1c2-t38">
+<p>Name of the database table that contains the selected column.</p>
+</td>
+<td align="left" headers="r4c1-t38 r1c3-t38"><br /></td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r5c1-t38" headers="r1c1-t38">
+<p><span class="bold">Details</span></p>
+</td>
+<td align="left" headers="r5c1-t38 r1c2-t38"><br /></td>
+<td align="left" headers="r5c1-t38 r1c3-t38"><br /></td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r6c1-t38" headers="r1c1-t38">
+<p>Insertable</p>
+</td>
+<td align="left" headers="r6c1-t38 r1c2-t38">
+<p>Specifies if the column is always included in <code>SQL INSERT</code> statements.</p>
+</td>
+<td align="left" headers="r6c1-t38 r1c3-t38">
+<p>True</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r7c1-t38" headers="r1c1-t38">
+<p>Updatable</p>
+</td>
+<td align="left" headers="r7c1-t38 r1c2-t38">
+<p>Specifies if this column is always included in <code>SQL UPDATE</code> statements.</p>
+</td>
+<td align="left" headers="r7c1-t38 r1c3-t38">
+<p>True</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r8c1-t38" headers="r1c1-t38">
+<p>Unique</p>
+</td>
+<td align="left" headers="r8c1-t38 r1c2-t38">
+<p>Sets the <code>UNIQUE</code> constraint for the column.</p>
+</td>
+<td align="left" headers="r8c1-t38 r1c3-t38">
+<p>False</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r9c1-t38" headers="r1c1-t38">
+<p>Nullable</p>
+</td>
+<td align="left" headers="r9c1-t38 r1c2-t38">
+<p>Specifies if the column allows null values.</p>
+</td>
+<td align="left" headers="r9c1-t38 r1c3-t38">
+<p>True</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r10c1-t38" headers="r1c1-t38">
+<p>Length</p>
+</td>
+<td align="left" headers="r10c1-t38 r1c2-t38">
+<p>Sets the column length.</p>
+</td>
+<td align="left" headers="r10c1-t38 r1c3-t38">
+<p>255</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r11c1-t38" headers="r1c1-t38">
+<p>Precision</p>
+</td>
+<td align="left" headers="r11c1-t38 r1c2-t38">
+<p>Sets the precision for the column values.</p>
+</td>
+<td align="left" headers="r11c1-t38 r1c3-t38">
+<p>0</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r12c1-t38" headers="r1c1-t38">
+<p>Scale</p>
+</td>
+<td align="left" headers="r12c1-t38 r1c2-t38">
+<p>Sets the number of digits that appear to the right of the decimal point.</p>
+</td>
+<td align="left" headers="r12c1-t38 r1c3-t38">
+<p>0</p>
+</td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r13c1-t38" headers="r1c1-t38">
+<p>Column definition</p>
+</td>
+<td align="left" headers="r13c1-t38 r1c2-t38">
+<p>The SQL fragment that is used when generating the DDL for the column.</p>
+</td>
+<td align="left" headers="r13c1-t38 r1c3-t38"><br /></td>
+</tr>
+<tr align="left" valign="top">
+<td align="left" id="r14c1-t38" headers="r1c1-t38">
+<p><span class="bold">Mutable</span></p>
+</td>
+<td align="left" headers="r14c1-t38 r1c2-t38">
+<p>Specify if the value of a complex field type can be changed (or not changed) instead of being replaced.</p>
+</td>
+<td align="left" headers="r14c1-t38 r1c3-t38">
+<p>True</p>
+</td>
+</tr>
+</tbody>
+</table>
+<br /></div>
+<!-- class="inftblhruleinformal" -->
+<p>Version mappings also include the following areas:</p>
+<ul>
+<li>
+<p><a href="reference035.htm#CACIHAAF">Type information</a></p>
+</li>
+<li>
+<p><a href="reference037.htm#CACJCHJB">Converters</a></p>
+</li>
+</ul>
+</div>
+<!-- class="sect3" -->
+<!-- Start Footer -->
+<div class="footer">
+<table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%">
+<col width="86%" />
+<col width="*" />
+<tr>
+<td align="left"><span class="copyrightlogo">Copyright&nbsp;&copy;&nbsp;2011, 2012,&nbsp;Oracle&nbsp;and/or&nbsp;its&nbsp;affiliates.&nbsp;All&nbsp;rights&nbsp;reserved.</span><br />
+<a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td>
+</tr>
+</table>
+</div>
+<!-- class="footer" -->
+</body>
+</html> \ No newline at end of file

Back to the top