This commit is contained in:
Redkale
2016-11-25 14:34:10 +08:00
parent da260c5b07
commit e589606f13
581 changed files with 6430 additions and 5025 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_101) on Wed Sep 14 13:10:27 CST 2016 -->
<!-- Generated by javadoc (1.8.0_101) on Fri Nov 25 14:21:38 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Table</title>
<meta name="date" content="2016-09-14">
<meta name="date" content="2016-11-25">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
@@ -98,9 +98,10 @@
@Retention(value=RUNTIME)
public @interface <span class="memberNameLabel">Table</span></pre>
<div class="block">Specifies the primary table for the annotated entity. Additional
tables may be specified using SecondaryTable or SecondaryTables annotation.
tables may be specified using SecondaryTable or SecondaryTables annotation.
<p> If no <code>Table</code> annotation is specified for an entity
<p>
If no <code>Table</code> annotation is specified for an entity
class, the default values apply.
<pre>
@@ -144,12 +145,6 @@ public @interface <span class="memberNameLabel">Table</span></pre>
<div class="block">(Optional) The name of the table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../javax/persistence/Table.html#schema--">schema</a></span></code>
<div class="block">(Optional) The schema of the table.</div>
</td>
</tr>
</table>
</li>
</ul>
@@ -173,7 +168,8 @@ public @interface <span class="memberNameLabel">Table</span></pre>
<h4>name</h4>
<pre>public abstract&nbsp;java.lang.String&nbsp;name</pre>
<div class="block">(Optional) The name of the table.
<p> Defaults to the entity name.</div>
<p>
Defaults to the entity name.</div>
<dl>
<dt><span class="returnLabel">返回:</span></dt>
<dd>String</dd>
@@ -190,34 +186,13 @@ public @interface <span class="memberNameLabel">Table</span></pre>
<li class="blockList"><a name="catalog--">
<!-- -->
</a>
<ul class="blockList">
<ul class="blockListLast">
<li class="blockList">
<h4>catalog</h4>
<pre>public abstract&nbsp;java.lang.String&nbsp;catalog</pre>
<div class="block">(Optional) The catalog of the table.
<p> Defaults to the default catalog.</div>
<dl>
<dt><span class="returnLabel">返回:</span></dt>
<dd>String</dd>
</dl>
<dl>
<dt>默认值:</dt>
<dd>""</dd>
</dl>
</li>
</ul>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="schema--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>schema</h4>
<pre>public abstract&nbsp;java.lang.String&nbsp;schema</pre>
<div class="block">(Optional) The schema of the table.
<p> Defaults to the default schema for user.</div>
<p>
Defaults to the default catalog.</div>
<dl>
<dt><span class="returnLabel">返回:</span></dt>
<dd>String</dd>