Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsapir2008-01-18 16:46:31 +0000
committerrsapir2008-01-18 16:46:31 +0000
commit070f265f0f07d8a7c8ef4921c465e9ed3e4cace1 (patch)
tree53170daf3a52c2066305086aa8ba619d53536b48 /jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm
parent01ee6cc829d85081939d4f385dc001b97829b1ca (diff)
downloadwebtools.dali-070f265f0f07d8a7c8ef4921c465e9ed3e4cace1.tar.gz
webtools.dali-070f265f0f07d8a7c8ef4921c465e9ed3e4cace1.tar.xz
webtools.dali-070f265f0f07d8a7c8ef4921c465e9ed3e4cace1.zip
Bug fixes: 203152, 208574, 208575. Initial 2.0.0 doc updates.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm')
-rw-r--r--jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm46
1 files changed, 20 insertions, 26 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm
index 3d5ff04ea4..da6e18e9bd 100644
--- a/jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm
+++ b/jpa/plugins/org.eclipse.jpt.doc.user/getting_started015.htm
@@ -2,17 +2,17 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<!-- Run date = May 21, 2007 6:35:52 -->
+<!-- Run date = January 18, 2008 7:43:48 -->
<meta name="OAC_IGNORE_SKIP_NAV" content="true" />
-<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Create basic mappings</title>
+<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" />
-<meta name="generator" content="Oracle DARB XHTML Converter - Version 4.5.3 Build 02" />
+<meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.0" />
<meta name="date" content="2005-07-10T12:57:20+08:00" />
-<meta name="robots" content="all" scheme="http://www.robotstxt.org/" />
+<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Create basic mappings" />
-<meta name="relnum" content="Release 1.0.0" />
+<meta name="relnum" content="M5 - Release 2.0.0" />
<meta name="partnum" content="" />
<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" />
@@ -22,15 +22,9 @@
<body>
<p><a id="BABEEFJA" name="BABEEFJA"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
-<table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%">
-<tr valign="bottom">
-<td align="left" width="86%">
<h1>Create basic mappings</h1>
-</td>
-</tr>
-</table>
<p>Use a <span class="bold">Basic Mapping</span> to map an attribute directly to a database column. In the <a href="getting_started006.htm#BABIDCBA">Tutorial Object Model</a>, the <span class="bold">firstName</span> field of the <span class="bold">Employee</span> class maps directly to the F_NAME column of the EMPLOYEE database table.</p>
-<ol type="1" start="1">
+<ol start="1">
<li>
<p>Select the <span class="bold">Employee</span> entity in the Package Explorer view.</p>
</li>
@@ -51,36 +45,36 @@
<!-- class="figure" -->
<p>Repeat this procedure to map each of the following fields as <span class="bold">Basic</span> mappings:</p>
<ul>
-<li type="disc">
+<li>
<p>Employee entity</p>
<ul>
-<li type="circle">
+<li>
<p><span class="bold">lastName</span> field to L_NAME column</p>
</li>
</ul>
</li>
-<li type="disc">
+<li>
<p>Address Entity</p>
<ul>
-<li type="circle">
+<li>
<p><span class="bold">city</span> field to CITY column</p>
</li>
-<li type="circle">
+<li>
<p><span class="bold">country</span> field to COUNTRY column</p>
</li>
-<li type="circle">
+<li>
<p><span class="bold">postalCode</span> field to P_CODE column</p>
</li>
-<li type="circle">
+<li>
<p><span class="bold">stateOrProvice</span> field to PROVINCE column</p>
</li>
-<li type="circle">
+<li>
<p><span class="bold">street</span> field to STREET column</p>
</li>
</ul>
<div align="center">
<div class="inftblnote"><br />
-<table class="Note oac_no_warn" summary="This is a layout table to format a note" title="This is a layout table to format a note" dir="ltr" border="1" width="80%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0">
+<table class="Note oac_no_warn" summary="" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td align="left">
@@ -92,19 +86,19 @@ Because the <span class="bold">city</span>, <span class="bold">country</span>, a
<br /></div>
<!-- class="inftblnote" --></div>
</li>
-<li type="disc">
+<li>
<p>Phone Entity</p>
<ul>
-<li type="circle">
+<li>
<p><span class="bold">areaCode</span> field to AREA_CODE column</p>
</li>
-<li type="circle">
+<li>
<p><span class="bold">type</span> field to TYPE column</p>
</li>
</ul>
<div align="center">
<div class="inftblnote"><br />
-<table class="Note oac_no_warn" summary="This is a layout table to format a note" title="This is a layout table to format a note" dir="ltr" border="1" width="80%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0">
+<table class="Note oac_no_warn" summary="" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td align="left">
@@ -124,7 +118,7 @@ Because the <span class="bold">type</span> field is named identically to its dat
<div class="footer">
<table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%">
<tr>
-<td align="left" width="86%"><a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Copyright&nbsp;&copy;&nbsp;2006, 2007,&nbsp;Oracle.&nbsp;All&nbsp;rights&nbsp;reserved.</span></a></td>
+<td align="left" width="86%"><a href="dcommon/html/cpyr.htm"><span class="copyrightlogo">Copyright&nbsp;&copy;&nbsp;2006, 2008,&nbsp;Oracle.&nbsp;All&nbsp;rights&nbsp;reserved.</span></a></td>
</tr>
</table>
</div>

Back to the top