This commit is contained in:
@@ -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标记:
|
||||
|
||||
@DistributeTables({B.class})
|
||||
@DistributeTables({AHistory.class})
|
||||
public class A {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user