增加javadoc注释

This commit is contained in:
Redkale
2017-02-27 12:01:39 +08:00
parent 26ffb04834
commit 03115694f9
8 changed files with 14 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ import org.redkale.convert.json.JsonConvert;
/**
* FilterFuncColumn用于getNumberMap获取列表似数据, getNumberResult获取单字段值 getNumberMap获取多字段值
*
* <p>
* 详情见: https://redkale.org
*
* @author zhangjx
*/

View File

@@ -18,7 +18,7 @@ import org.redkale.util.*;
* 在调用 createSQLExpress 之前必须先调用 createSQLJoin <br>
* 在调用 createPredicate 之前必须先调用 isCacheUseable
*
*
* <p>
* 详情见: https://redkale.org
*
* @author zhangjx

View File

@@ -7,7 +7,7 @@ package org.redkale.source;
/**
* FilterValue主要用于复杂的表达式。<br>
* 例如: col / 10 = 3 、MOD(col, 8) &gt; 0 这些都不是单独一个数值能表达的因此需要FilterValue 才构建 8 、 &gt; 、0 组合值.
* 例如: col / 10 = 3 、MOD(col, 8) &gt; 0 这些都不是单独一个数值能表达的因此需要FilterValue 才构建 8 、 &gt; 、0 组合值
*
* <p>
* 详情见: https://redkale.org

View File

@@ -8,6 +8,8 @@ package org.redkale.source;
import java.io.Serializable;
/**
* 翻页对象
* offset从0开始
*
* <p>
* 详情见: https://redkale.org

View File

@@ -10,6 +10,7 @@ import java.util.function.*;
/**
*
* 包含两边的值
*
* <p>
* 详情见: https://redkale.org
*

View File

@@ -12,7 +12,9 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* 被标记的日志级别以上的才会被记录
*
* <p> 详情见: https://redkale.org
* <p>
* 详情见: https://redkale.org
*
* @author zhangjx
*/
@Inherited

View File

@@ -11,6 +11,7 @@ import java.util.stream.*;
/**
* 页集合。 结构由一个total总数和一个List列表组合而成。
*
* <p>
* 详情见: https://redkale.org
*

View File

@@ -15,6 +15,8 @@ import java.util.zip.GZIPInputStream;
import javax.net.ssl.*;
/**
*
* 常见操作的工具类
*
* <p>
* 详情见: https://redkale.org