blob: 45a4eda69d11e4a32e4e33ec3c54c101aacc2137 [file] [log] [blame]
<!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>Type 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 2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-2.0/. 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-04-05T12:21:40Z" />
<meta name="robots" content="noarchive" />
<meta name="doctitle" content="Type information" />
<meta name="relnum" content="Release 3.3" />
<meta name="partnum" content="Release 3.3" />
<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><a id="CACIHAAF" name="CACIHAAF"></a></p>
<div class="sect3"><!-- infolevel="all" infotype="General" -->
<h1><a id="sthref572" name="sthref572"></a>Type information</h1>
<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">
<col width="29%" />
<col width="*" />
<col width="24%" />
<thead>
<tr align="left" valign="top">
<th align="left" valign="bottom" id="r1c1-t42">Property</th>
<th align="left" valign="bottom" id="r1c2-t42">Description</th>
<th align="left" valign="bottom" id="r1c3-t42">Available for Mapping Type</th>
</tr>
</thead>
<tbody>
<tr align="left" valign="top">
<td align="left" id="r2c1-t42" headers="r1c1-t42">
<p>Default</p>
</td>
<td align="left" headers="r2c1-t42 r1c2-t42"><br /></td>
<td align="left" headers="r2c1-t42 r1c3-t42">
<p><a href="tasks011.htm#BABBABCE">Basic mapping</a>, <a href="tasks015.htm#BABGCBHG">ID mapping</a>, and <a href="tasks021.htm#BABHIBII">Version mapping</a></p>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r3c1-t42" headers="r1c1-t42">
<p><a id="sthref573" name="sthref573"></a>LOB</p>
</td>
<td align="left" headers="r3c1-t42 r1c2-t42">
<p>Specify if the field is mapped to <code>java.sql.Clob</code> or <code>java.sql.Blob</code>.</p>
<p>This field corresponds to the <code>@Lob</code> annotation.</p>
</td>
<td align="left" headers="r3c1-t42 r1c3-t42">
<p><a href="tasks011.htm#BABBABCE">Basic mapping</a></p>
<br /></td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r4c1-t42" headers="r1c1-t42">
<p><a id="sthref574" name="sthref574"></a><a id="sthref575" name="sthref575"></a><a id="sthref576" name="sthref576"></a>Temporal</p>
</td>
<td align="left" headers="r4c1-t42 r1c2-t42">
<p>Specifies if this field is one of the following:</p>
<ul>
<li>
<p>Date &ndash; <code>java.sql.Date</code></p>
</li>
<li>
<p>Time &ndash; <code>java.sql.Time</code></p>
</li>
<li>
<p>Timestamp &ndash; <code>java.sql.Timestamp</code></p>
</li>
</ul>
<p>This field corresponds to the <code>@Temporal</code> annotation.</p>
</td>
<td align="left" headers="r4c1-t42 r1c3-t42">
<p><a href="tasks011.htm#BABBABCE">Basic mapping</a>, <a href="tasks015.htm#BABGCBHG">ID mapping</a>, and <a href="tasks021.htm#BABHIBII">Version mapping</a></p>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r5c1-t42" headers="r1c1-t42">
<p><a id="sthref577" name="sthref577"></a><a id="sthref578" name="sthref578"></a>Enumerated</p>
</td>
<td align="left" headers="r5c1-t42 r1c2-t42">
<p>Specify how to persist enumerated constraints if the <code>String</code> value suits your application requirements or to match an existing database schema.</p>
<ul>
<li>
<p><code>ordinal</code></p>
</li>
<li>
<p><code>String</code></p>
</li>
</ul>
<p>This field corresponds to the <code>@Enumerated</code> annotation.</p>
</td>
<td align="left" headers="r5c1-t42 r1c3-t42">
<p><a href="tasks011.htm#BABBABCE">Basic mapping</a></p>
<br /></td>
</tr>
<tr align="left" valign="top">
<td align="left" id="r6c1-t42" headers="r1c1-t42">
<p>Converted</p>
</td>
<td align="left" headers="r6c1-t42 r1c2-t42">
<p>Converter name:</p>
<ul>
<li>
<p>None (default) &ndash;</p>
</li>
<li>
<p>class-instance &ndash;</p>
</li>
<li>
<p>serialized &ndash;</p>
</li>
</ul>
</td>
<td align="left" headers="r6c1-t42 r1c3-t42">
<p><a href="tasks011.htm#BABBABCE">Basic mapping</a>, <a href="tasks015.htm#BABGCBHG">ID mapping</a>, and <a href="tasks021.htm#BABHIBII">Version mapping</a></p>
</td>
</tr>
</tbody>
</table>
<br /></div>
<!-- class="inftblhruleinformal" --></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, 2013,&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>