跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

A - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

B

B - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
builder(Class<?>) - 类 中的静态方法me.wuwenbin.modules.sql.SQLGen
生成 SQLBeanBuilder 实例
builder() - 类 中的静态方法me.wuwenbin.modules.sql.SQLGen
生成 SQLTextBuilder instance

C

C - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
canBeInsert(Field) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断当前列是否可以被insert
canBeSelect(Field) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断当前列是否可以被select
canBeUpdate(Field) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断当前列是否可以被update
Condition - me.wuwenbin.modules.sql.annotation.support中的枚举
created by Wuwenbin on 2017/10/4 at 18:39
countAll() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
无条件统计
countAll(String) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
无条件统计一个表
countAndByColumns(String, String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
AND条件统计一张表的记录
countAndByRouters(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
AND条件统计一个表的记录数
countOrByColumns(String, String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
OR条件统计一张表的记录
countOrByRouters(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
OR条件统计一个表的记录数

D

D - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
dealSQL(String) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
最后生成sql时候,做一些字符串处理
DEFAULT - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
列上没注明router的时候,所有的含有@SQLColumn都含有的默认值
deleteByColumns(String, String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
根据指定的列条件删除表中的记录
deleteByPk() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据主键删除表记录
deleteByRouters(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据指定的routers条件删除表中的记录
DeletePkNotExistException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/12.
DeletePkNotExistException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.DeletePkNotExistException
 
DeleteSQLConditionsNullException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/12.
DeleteSQLConditionsNullException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.DeleteSQLConditionsNullException
 

E

E - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

F

F - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
fieldRoutersInParamRouters(int[], int[]) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
检查字段上的routers是否是方法参数中指定的

G

G - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
GeneralType - me.wuwenbin.modules.sql.annotation中的注释类型
created by Wuwenbin on 2017/10/30 at 15:00
getAllFieldExceptObject() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
获取所有的成员变量,包括所有父类,除了Object
getAllFieldsExceptObject(Class<?>) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
获取类中所有字段包括父类的protected字段
getBeanClass() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
 
getCnd() - 枚举 中的方法me.wuwenbin.modules.sql.annotation.support.Condition
 
getPkField() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
获取主键变量
getRouterInField(Field) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
获取当前列上的router集合 有注解并且有声明router的话,返回此字段,没有则是返回默认的
getTableName() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
获取当前SQLTable中的表名

H

H - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
hasNoInsertField(Field[]) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断类中属性字段是否有含有不能insert的
hasNoSelectField(Field[]) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断类中属性字段是否有含有不能select的
hasNoUpdateField(Field[]) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
判断类中属性字段是否有含有不能update的

I

I - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
insertAll(boolean) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
已过时。
insertAll(String, int) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
插入所有字段
insertAllPk(boolean) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
已过时。
insertAllWithoutPk() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
插入所有字段,除主键外
insertAllWithPk() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
连同主键一起插入
InsertColumnNullException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/12.
InsertColumnNullException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.InsertColumnNullException
 
insertColumns(String, String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
插入指定字段
insertRoutersWithoutPk(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
插入指定的字段,除主键外
insertRoutersWithPk(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
插入指定的字段,连同id一起

J

J - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
java2SQL(String, String) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLDefineUtils
如果用户指定了column的列名就按用户指定的来,没有则驼峰命名转化为下划线命名

K

K - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

L

L - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

M

M - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
MappedSuper - me.wuwenbin.modules.sql.annotation中的注释类型
created by Wuwenbin on 2017/10/27 at 10:51
me.wuwenbin.modules.sql - 程序包 me.wuwenbin.modules.sql
 
me.wuwenbin.modules.sql.annotation - 程序包 me.wuwenbin.modules.sql.annotation
 
me.wuwenbin.modules.sql.annotation.not - 程序包 me.wuwenbin.modules.sql.annotation.not
 
me.wuwenbin.modules.sql.annotation.support - 程序包 me.wuwenbin.modules.sql.annotation.support
 
me.wuwenbin.modules.sql.constant - 程序包 me.wuwenbin.modules.sql.constant
 
me.wuwenbin.modules.sql.exception - 程序包 me.wuwenbin.modules.sql.exception
 
me.wuwenbin.modules.sql.factory - 程序包 me.wuwenbin.modules.sql.factory
 
me.wuwenbin.modules.sql.util - 程序包 me.wuwenbin.modules.sql.util
 

N

N - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
NotInsert - me.wuwenbin.modules.sql.annotation.not中的注释类型
created by Wuwenbin on 2017/10/6 at 10:06
NotSelect - me.wuwenbin.modules.sql.annotation.not中的注释类型
created by Wuwenbin on 2017/10/6 at 10:05
NotSetPrimaryKeyException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/11.
NotSetPrimaryKeyException(Class<?>) - 异常错误 的构造器me.wuwenbin.modules.sql.exception.NotSetPrimaryKeyException
 
NotUpdate - me.wuwenbin.modules.sql.annotation.not中的注释类型
created by Wuwenbin on 2017/10/6 at 10:06

O

O - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

P

P - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
PkFieldNotFoundException - me.wuwenbin.modules.sql.exception中的异常错误
字面意思 Created by wuwenbin on 2017/4/17.
PkFieldNotFoundException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.PkFieldNotFoundException
 
PkGenType - me.wuwenbin.modules.sql.annotation.support中的枚举
此注解配合template-module-serviceboot模块使用有效,定义在此处只为SQLColumn的定义 created by Wuwenbin on 2017/10/30 at 14:55

Q

Q - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

R

R - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
Router - me.wuwenbin.modules.sql.constant中的接口
提供一些路由常量,以供快捷使用 created by Wuwenbin on 2017/8/16 at 14:41
routerIsNotEmpty(int...) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
routers条件判断是否为不为空

S

S - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
selectAll() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
无条件查询所有字段
selectAll(String) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
无条件查询所有
selectAllByColumns(String, String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
AND条件查询所有字段
selectAllByPk() - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据主键id查询所有字段
selectAllByRoutersAnd(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
AND条件查询所有字段
selectPartByColumnsAnd(String, String[], String...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
AND条件查询所选择的字段
selectPartByPk(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据主键id查询所选字段
selectPartByRoutersAnd(int[], int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
AND条件查询所选择的字段
setBeanClass(Class<?>) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
 
SQLBeanBuilder - me.wuwenbin.modules.sql.factory中的类
根据实体类和注解生成一些常用SQL Created by wuwenbin on 2017/1/9.
SQLBeanBuilder(Class<?>) - 类 的构造器me.wuwenbin.modules.sql.factory.SQLBeanBuilder
 
SQLBuilderUtils - me.wuwenbin.modules.sql.util中的类
some methods of sql building Created by wuwenbin on 2017/1/9.
SQLBuilderUtils() - 类 的构造器me.wuwenbin.modules.sql.util.SQLBuilderUtils
 
SQLColumn - me.wuwenbin.modules.sql.annotation中的注释类型
 
SQLDefineUtils - me.wuwenbin.modules.sql.util中的类
some utils of sql building
SQLDefineUtils() - 类 的构造器me.wuwenbin.modules.sql.util.SQLDefineUtils
 
SQLGen - me.wuwenbin.modules.sql中的类
使用入口方法 Created by wuwenbin on 2017/1/12.
SQLTable - me.wuwenbin.modules.sql.annotation中的注释类型
 
SQLTableIsExist(Class<?>) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLBuilderUtils
bean上是否存在@SQLTable
SQLTableNotFoundException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/9.
SQLTableNotFoundException(Class<?>) - 异常错误 的构造器me.wuwenbin.modules.sql.exception.SQLTableNotFoundException
 
SQLTextBuilder - me.wuwenbin.modules.sql.factory中的类
不根据实体类,根据一些参数生成一些常见SQL Created by wuwenbin on 2017/1/9.
SQLTextBuilder() - 类 的构造器me.wuwenbin.modules.sql.factory.SQLTextBuilder
 

T

T - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
TableNameNullException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/10.
TableNameNullException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.TableNameNullException
 

U

U - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
underline2Camel(String) - 类 中的静态方法me.wuwenbin.modules.sql.util.SQLDefineUtils
下划线转驼峰命名
UpdateColumnNullException - me.wuwenbin.modules.sql.exception中的异常错误
异常类 Created by wuwenbin on 2017/1/12.
UpdateColumnNullException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.UpdateColumnNullException
 
updateColumnsByColumnArray(String, String[], String[]) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLTextBuilder
根据指定列条件更新指定列
UpdatePkNotExistException - me.wuwenbin.modules.sql.exception中的异常错误
未识别的主键,不存在或没标识注解 Created by wuwenbin on 2017/1/12.
UpdatePkNotExistException() - 异常错误 的构造器me.wuwenbin.modules.sql.exception.UpdatePkNotExistException
 
updateRoutersByPk(int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据主键跟新指定routers列
updateRoutersByRouterArray(int[], int[]) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
根据指定的条件routers更新指定的routers列
updateRoutersByRouters(int[], int...) - 类 中的方法me.wuwenbin.modules.sql.factory.SQLBeanBuilder
同updateRoutersByRouterArray,参数类型换为不不定式

V

V - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
valueOf(String) - 枚举 中的静态方法me.wuwenbin.modules.sql.annotation.support.Condition
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法me.wuwenbin.modules.sql.annotation.support.PkGenType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法me.wuwenbin.modules.sql.annotation.support.Condition
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法me.wuwenbin.modules.sql.annotation.support.PkGenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

W - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

X

X - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

Y

Y - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 

Z

Z - 接口 中的静态变量me.wuwenbin.modules.sql.constant.Router
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
跳过导航链接

Copyright © 2017. All rights reserved.