您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
I
L
M
N
O
R
S
T
U
V
A
and(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
and
and(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
and
and(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
and
andor(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
and和or混用
andor(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
and和or混用
andor(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
and和or混用
ASC
- 类 中的静态变量cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
attachAndSign()
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
附上and符号
attachOrSign()
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
附上or符号
B
backLike(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
后置相似 %在后
base()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
base(List<FindField>)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
基础查询
base()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
base()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
C
ClassUtil
-
cn.takujo.takujoframework.common.util
中的类
ClassUtil()
- 类 的构造器cn.takujo.takujoframework.common.util.
ClassUtil
cn.takujo.takujoframework.common.util
- 程序包 cn.takujo.takujoframework.common.util
cn.takujo.takujoframework.mappingfinder
- 程序包 cn.takujo.takujoframework.mappingfinder
cn.takujo.takujoframework.mybatis.sqlhelper.base
- 程序包 cn.takujo.takujoframework.mybatis.sqlhelper.base
cn.takujo.takujoframework.mybatis.sqlhelper.delete
- 程序包 cn.takujo.takujoframework.mybatis.sqlhelper.delete
cn.takujo.takujoframework.mybatis.sqlhelper.find
- 程序包 cn.takujo.takujoframework.mybatis.sqlhelper.find
cn.takujo.takujoframework.mybatis.sqlhelper.insert
- 程序包 cn.takujo.takujoframework.mybatis.sqlhelper.insert
cn.takujo.takujoframework.mybatis.sqlhelper.update
- 程序包 cn.takujo.takujoframework.mybatis.sqlhelper.update
commit()
- 接口 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Rule
提交sql到SqlHelper,最后返回给mapper
commit(Map<String, Object>)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
SqlHelper
加入条件 注:property为要筛选的字段,value为筛选的具体内容
commit()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
commit()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
commit()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
commit()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
Condition
-
cn.takujo.takujoframework.mybatis.sqlhelper.base
中的类
公共条件类,用于给FindRule、DeleteRule、UpdateRule附加条件
Condition()
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
D
DeleteRule
<
T
extends
Form
> -
cn.takujo.takujoframework.mybatis.sqlhelper.delete
中的类
删除规则,需要继承或匿名实现
DeleteRule(String, T)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
DESC
- 类 中的静态变量cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
E
enter(Class<?>, Class<? extends Annotation>)
- 类 中的静态方法cn.takujo.takujoframework.mappingfinder.
MappingFinder
返回映射结果
enter(Class<?>, Class<? extends Annotation>, String)
- 类 中的静态方法cn.takujo.takujoframework.mappingfinder.
MappingFinder
返回映射结果,并写入到文件
equal(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
等于
F
Findable
-
cn.takujo.takujoframework.mappingfinder
中的注释类型
可被搜寻标记注解
FindField
-
cn.takujo.takujoframework.mybatis.sqlhelper.find
中的类
FindRule中要搜索的字段: column 对应数据库列名 alias 可以给搜索加别名
FindField(String, String)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindField
FindField(String)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindField
FindRule
<
T
extends
Form
> -
cn.takujo.takujoframework.mybatis.sqlhelper.find
中的类
搜索规则,需要继承或匿名实现
FindRule(String, T)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
FindRule(String, String, String, T)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
Form
-
cn.takujo.takujoframework.mybatis.sqlhelper.base
中的接口
标记接口,需要自定义实现,用来封装前台传过来的筛选参数
frontLike(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
前置相似 %在前
G
generate()
- 接口 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Rule
generate()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
重要!
generate()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
重要!
generate()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
重要!
generate()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
重要!
getClassesByPackage(Package)
- 类 中的静态方法cn.takujo.takujoframework.common.util.
ClassUtil
通过包获取包内所有类
getClassesByPackageName(String)
- 类 中的静态方法cn.takujo.takujoframework.common.util.
ClassUtil
通过包名获取包内所有类
getInterfaceImplClasses(Class<?>)
- 类 中的静态方法cn.takujo.takujoframework.common.util.
ClassUtil
通过接口名取得某个接口下所有实现这个接口的类或继承接口
greaterOrEqual(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
大于等于
greaterThan(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
大于
I
in(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
in
InsertRule
<
T
extends
Form
> -
cn.takujo.takujoframework.mybatis.sqlhelper.insert
中的类
插入规则,需要继承或匿名实现
InsertRule(String, T)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
L
lessOrEqual(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
小于等于
lessThan(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
小于
like(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
相似(%content%)
M
Mapping
-
cn.takujo.takujoframework.mappingfinder
中的类
用来封装映射结果
Mapping()
- 类 的构造器cn.takujo.takujoframework.mappingfinder.
Mapping
MappingFinder
-
cn.takujo.takujoframework.mappingfinder
中的类
映射搜寻器,enter进入方法
MappingFinder()
- 类 的构造器cn.takujo.takujoframework.mappingfinder.
MappingFinder
N
nesting(FindRule<? extends Form>)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
嵌套查询
notBackLike(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
不后置相似 %在后
notEqual(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
不等于
notFrontLike(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
不前置相似 %在前
notIn(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
notIn
notLike(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Condition
不相似(%content%)
O
or(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
or
or(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
or
or(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
or
R
result()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindField
Rule
-
cn.takujo.takujoframework.mybatis.sqlhelper.base
中的接口
所有Rule必须实现
S
set()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
重要!
SqlHelper
-
cn.takujo.takujoframework.mybatis.sqlhelper.base
中的类
SqlHelper,需要被继承 例 -有MySqlHelper extends SqlHelper,所以 在mapper方法上替换对应type--@[Select|Delete|Insert|Update]Provider(type = MySqlHelper.class, method = "commit") ,method值不变
SqlHelper()
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.base.
SqlHelper
T
toMap()
- 接口 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.base.
Rule
转换成map 传到mapper方法中(也可以自定义map,规则见SqlHelper) 如果使用了in和嵌套,请注意需手动向map中注入需要的值,规则key:映射java对象属性名,value:所对应的值
toMap()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.delete.
DeleteRule
toMap()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.find.
FindRule
toMap()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
toMap()
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
U
UpdateRule
<
T
extends
Form
> -
cn.takujo.takujoframework.mybatis.sqlhelper.update
中的类
更新规则,需要继承或匿名实现
UpdateRule(String, T)
- 类 的构造器cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
V
value(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
要插入的单个值
value(String, String)
- 类 中的静态方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
set一个值
values(String[]...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.insert.
InsertRule
要插入的值集合
values(String...)
- 类 中的方法cn.takujo.takujoframework.mybatis.sqlhelper.update.
UpdateRule
values
A
B
C
D
E
F
G
I
L
M
N
O
R
S
T
U
V
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018. All rights reserved.