This commit is contained in:
wentch
2016-01-26 11:48:51 +08:00
parent 63eedc90e8
commit abb06e9781
520 changed files with 1254 additions and 1570 deletions

View File

@@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_65) on Thu Jan 21 13:52:19 CST 2016 -->
<!-- Generated by javadoc (1.8.0_71) on Tue Jan 26 11:41:36 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>D - 索引 (RedKale的API文档)</title>
<meta name="date" content="2016-01-21">
<meta name="date" content="2016-01-26">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
@@ -310,9 +310,9 @@
</dd>
<dt><a href="../org/redkale/source/DistributeTables.html" title="org.redkale.source中的注释"><span class="typeNameLink">DistributeTables</span></a> - <a href="../org/redkale/source/package-summary.html">org.redkale.source</a>中的注释类型</dt>
<dd>
<div class="block">当使用DistributeGenerator控制主键值时 如果表A与表B使用同一主键时, 就需要将表A的class标记
<div class="block">当使用DistributeGenerator控制主键值时 如果表A与表AHistory使用同一主键时, 就需要将表A的class标记
&#64;DistributeTables({B.class})
&#64;DistributeTables({AHistory.class})
public class A {
}