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

A

ALL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
AND - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
and(Wrapper) - 类 中的方法cn.vonce.sql.helper.Wrapper
并且
and(Cond) - 类 中的方法cn.vonce.sql.helper.Wrapper
并且
AND_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
AS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
avg() - 类 中的方法cn.vonce.sql.bean.Column
 
avg(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 

B

Backup - cn.vonce.sql.bean中的类
备份表和数据
Backup() - 类 的构造器cn.vonce.sql.bean.Backup
 
backup() - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张新表(表名_+时间)
backup(String) - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张指定名称的新表
backup(String, String) - 接口 中的方法cn.vonce.sql.service.TableService
备份表和数据到一张指定名称的新表
backup(String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件备份表和数据到一张指定名称的新表
backup(String, String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件备份表和数据到一张指定名称的新表
backupSql(SqlBeanDB, Class<?>, String, String, Column[], Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
备份表和数据
BEGIN_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
BETWEEN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
between(String, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
between(SqlField, Object, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
介于
BLOB - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
buildBackup(Backup) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成backup sql语句
buildCopy(Copy) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成copy sql语句
buildCreateSql(Create) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成create sql语句
buildDeleteSql(Delete) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成delete sql语句
buildDrop(Drop) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成drop sql语句
buildInsertSql(Insert) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成insert sql语句
buildSelectSql(Select) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成select sql语句
buildUpdateSql(Update) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成update sql语句
ByteUtil - cn.vonce.sql.uitls中的类
 
ByteUtil() - 类 的构造器cn.vonce.sql.uitls.ByteUtil
 

C

check(Common) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
检查
clearSchema() - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
清除Schema
cn.vonce.sql.annotation - 程序包 cn.vonce.sql.annotation
 
cn.vonce.sql.bean - 程序包 cn.vonce.sql.bean
 
cn.vonce.sql.config - 程序包 cn.vonce.sql.config
 
cn.vonce.sql.constant - 程序包 cn.vonce.sql.constant
 
cn.vonce.sql.enumerate - 程序包 cn.vonce.sql.enumerate
 
cn.vonce.sql.exception - 程序包 cn.vonce.sql.exception
 
cn.vonce.sql.helper - 程序包 cn.vonce.sql.helper
 
cn.vonce.sql.page - 程序包 cn.vonce.sql.page
 
cn.vonce.sql.processor - 程序包 cn.vonce.sql.processor
 
cn.vonce.sql.provider - 程序包 cn.vonce.sql.provider
 
cn.vonce.sql.service - 程序包 cn.vonce.sql.service
 
cn.vonce.sql.uitls - 程序包 cn.vonce.sql.uitls
 
Column - cn.vonce.sql.bean中的类
Column
Column() - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String) - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String, String) - 类 的构造器cn.vonce.sql.bean.Column
 
Column(String, String, String) - 类 的构造器cn.vonce.sql.bean.Column
 
column(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(Select, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(Column, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
ColumnInfo - cn.vonce.sql.bean中的类
 
ColumnInfo() - 类 的构造器cn.vonce.sql.bean.ColumnInfo
 
COMMA - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Common - cn.vonce.sql.bean中的类
Common
Common() - 类 的构造器cn.vonce.sql.bean.Common
 
concat(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Join two byte arrays to a new byte array.
concat(byte[], byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Join three byte arrays to a new byte array.
Cond - cn.vonce.sql.helper中的类
条件包装器内容
Cond() - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(String, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Cond(SqlField, SqlOperator, Object) - 类 的构造器cn.vonce.sql.helper.Cond
 
Condition - cn.vonce.sql.bean中的类
where条件
Condition() - 类 的构造器cn.vonce.sql.bean.Condition
 
ConditionInfo - cn.vonce.sql.bean中的类
Sql where条件形态
ConditionInfo() - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(String, Object) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(String, String, Object) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(SqlLogic, String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionType - cn.vonce.sql.enumerate中的枚举
条件类型 WHERE 或者 HAVING
Copy - cn.vonce.sql.bean中的类
复制表数据
Copy() - 类 的构造器cn.vonce.sql.bean.Copy
 
copy() - 类 中的方法cn.vonce.sql.bean.Select
复制对象
copy(String, Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到同样结构的表中
copy(String, String, Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到同样结构的表中
copy(String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到指定结构的表中
copy(String, String, Column[], Wrapper) - 接口 中的方法cn.vonce.sql.service.TableService
根据条件将数据复制插入到指定结构的表中
copySql(SqlBeanDB, Class<?>, String, String, Column[], Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
复制数据到指定表
count() - 类 中的方法cn.vonce.sql.bean.Column
 
count(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 
COUNT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
COUNT - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
count(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件统计
count(Class<?>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件统计
countAll() - 接口 中的方法cn.vonce.sql.service.SelectService
统计全部
countSql(SqlBeanDB, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件统计
Create - cn.vonce.sql.bean中的类
删除
Create() - 类 的构造器cn.vonce.sql.bean.Create
 
CREATE_TABLE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
createTable() - 接口 中的方法cn.vonce.sql.service.TableService
创建表结构
createTableSql(SqlBeanDB, Class<?>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
创建表
currentTime() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get string current time
currentTimeMillis() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The get current time milliseconds

D

Data() - 类 的构造器cn.vonce.sql.helper.Wrapper.Data
 
Data(SqlLogic, Object) - 类 的构造器cn.vonce.sql.helper.Wrapper.Data
 
dateToString(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
时间格式化为字符串
dateToString(Date, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
时间格式化为字符串
DateUtil - cn.vonce.sql.uitls中的类
时间工具类 Created by jovi on 2017/7/10.
DateUtil() - 类 的构造器cn.vonce.sql.uitls.DateUtil
 
DbType - cn.vonce.sql.enumerate中的枚举
数据库类型
DEFAULT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
DefaultUniqueIdProcessor - cn.vonce.sql.processor中的类
唯一id处理器 默认实现
DefaultUniqueIdProcessor() - 类 的构造器cn.vonce.sql.processor.DefaultUniqueIdProcessor
 
Delete - cn.vonce.sql.bean中的类
删除
Delete() - 类 的构造器cn.vonce.sql.bean.Delete
 
delete(Delete) - 接口 中的方法cn.vonce.sql.service.DeleteService
删除(where条件为空会抛异常,因为删除全部非常危险)
delete(Delete, boolean) - 接口 中的方法cn.vonce.sql.service.DeleteService
删除
DELETE_FROM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
deleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除
deleteByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除
deleteByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件删除
deleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据id条件删除
deleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件删除
DeleteService<ID> - cn.vonce.sql.service中的接口
Delete 通用业务接口
deleteSql(SqlBeanDB, Class<?>, Delete, boolean) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
删除
destroy() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The destroy of executor service
differentDays(Date, Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
计算两个时间的差的天数
dispose(int) - 类 中的方法cn.vonce.sql.page.PageHelper
总数量、总页数处理
DOUBLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Drop - cn.vonce.sql.bean中的类
删除表
Drop() - 类 的构造器cn.vonce.sql.bean.Drop
 
dropAndCreateTable() - 接口 中的方法cn.vonce.sql.service.TableService
删除并创建表结构
dropTable() - 接口 中的方法cn.vonce.sql.service.TableService
删除表结构
dropTableSql(SqlBeanDB, Class<?>) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
删除表
DynSchemaContextHolder - cn.vonce.sql.provider中的类
动态Schema持有者
DynSchemaContextHolder() - 类 的构造器cn.vonce.sql.provider.DynSchemaContextHolder
 

E

END_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
eq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
eq(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
等于
EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
EscapeChar - cn.vonce.sql.enumerate中的枚举
ESCAPE_CHARACTER 转义符类型 SINGLE (`xxx`) 主要有mysql DOUBLE ("xxx")

F

filterSQLInject(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
过滤sql注入
FROM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
fromHex(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
fromHexString(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
FULL_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
fullName() - 类 中的方法cn.vonce.sql.bean.Column
 
fullName(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 

G

get(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
get(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
getAgrs() - 类 中的方法cn.vonce.sql.bean.Condition
获取where参数
getAlias() - 类 中的方法cn.vonce.sql.bean.Column
 
getAlias() - 类 中的方法cn.vonce.sql.bean.Table
 
getAutoCreate() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getBeanAllField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取该bean所有字段(包括父类)
getBeanClass() - 类 中的方法cn.vonce.sql.bean.Create
 
getBeanClass() - 接口 中的方法cn.vonce.sql.service.TableService
获取Bean类型
getCode(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getCode() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getColumnAlias(String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段别名
getColumnList() - 类 中的方法cn.vonce.sql.bean.Select
获取column sql 内容
getColumns() - 类 中的方法cn.vonce.sql.bean.Backup
 
getColumns() - 类 中的方法cn.vonce.sql.bean.Copy
 
getCondition(Common, String, Object[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取处理后的where语句
getCondition(Common, String, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取处理后的where语句
getCount() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getData() - 类 中的方法cn.vonce.sql.page.ResultData
 
getDataList() - 类 中的方法cn.vonce.sql.helper.Wrapper
获得条件模型列表
getDataList() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页列表数据
getDbType() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getDbType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
 
getDecimal() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getDecimal() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getDef() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getFieldByTableFieldName(List<Field>, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
根据表字段获取java中对应的java字段
getFilterFields() - 类 中的方法cn.vonce.sql.bean.Select
获取过滤的列字段
getFilterFields() - 类 中的方法cn.vonce.sql.bean.Update
获取过滤的字段
getGroupBy() - 类 中的方法cn.vonce.sql.bean.Select
获取groupBy分组列字段
getHaving() - 类 中的方法cn.vonce.sql.bean.SelectCondition
获取where sql 内容
getHavingArgs() - 类 中的方法cn.vonce.sql.bean.SelectCondition
获取Having
getHavingMap() - 类 中的方法cn.vonce.sql.bean.SelectCondition
获取having条件值映射
getHavingWrapper() - 类 中的方法cn.vonce.sql.bean.SelectCondition
获得Having包装器
getIdField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取id标识字段
getIdName() - 类 中的方法cn.vonce.sql.bean.Page
 
getInsertBean() - 类 中的方法cn.vonce.sql.bean.Insert
获取插入实体类
getInterval(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getInterval(Date) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
获取时间间隔(用于显示动态)
getItem() - 类 中的方法cn.vonce.sql.helper.Wrapper.Data
 
getJoin() - 类 中的方法cn.vonce.sql.bean.Select
获取表连接
getJoin(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取连表的数据
getJoinType() - 类 中的方法cn.vonce.sql.bean.Join
 
getLastIPAddress() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId18
用IP地址最后几个字节标示 eg:192.168.1.30->30
getLength() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getLength() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getLogicallyField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取逻辑删除标识字段
getMainKeyword() - 类 中的方法cn.vonce.sql.bean.Join
 
getName() - 类 中的方法cn.vonce.sql.bean.SqlField
 
getName() - 类 中的方法cn.vonce.sql.bean.Table
 
getNotNull() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getObjectArray(Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取object数组
getOn() - 类 中的方法cn.vonce.sql.bean.Join
 
getOrder(String[], String[]) - 类 中的方法cn.vonce.sql.page.PageHelper
获取排序对象
getOrderBy() - 类 中的方法cn.vonce.sql.bean.Select
获取orderBy排序列字段
getOrders() - 类 中的方法cn.vonce.sql.bean.Paging
 
getOrders() - 类 中的方法cn.vonce.sql.page.PageHelper
 
getPage() - 类 中的方法cn.vonce.sql.bean.Select
获取分页参数
getPagenum() - 类 中的方法cn.vonce.sql.bean.Page
 
getPagenum() - 类 中的方法cn.vonce.sql.bean.Paging
 
getPagenum() - 类 中的方法cn.vonce.sql.page.PageHelper
获取当前页
getPagenum() - 类 中的方法cn.vonce.sql.page.ResultData
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Page
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Paging
 
getPagesize() - 类 中的方法cn.vonce.sql.page.PageHelper
获取每页数量
getPagesize() - 类 中的方法cn.vonce.sql.page.ResultData
 
getPaging() - 类 中的方法cn.vonce.sql.page.PageHelper
返回分页参数对象
getPagingMethod() - 类 中的方法cn.vonce.sql.page.PageHelper
获取pagingMethod分页查询的方法名称
如果pagingMethod为空 默认 count 方法名为"count",select方法名为"select"
getResultData() - 类 中的方法cn.vonce.sql.page.PageHelper
返回结果集
getSchema() - 类 中的方法cn.vonce.sql.bean.Join
 
getSchema() - 类 中的方法cn.vonce.sql.bean.Table
 
getSchema() - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
获取Schema
getSelect() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getSelectColumns(Class<?>, String[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回查询的字段
getSqlBeanConfig() - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
getSqlBeanDB() - 类 中的方法cn.vonce.sql.bean.Common
 
getSqlBeanDB() - 接口 中的方法cn.vonce.sql.service.SqlBeanService
获得数据库相关信息
getSqlLogic() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlLogic() - 类 中的方法cn.vonce.sql.helper.Wrapper.Data
 
getSqlOperator() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlSort() - 类 中的方法cn.vonce.sql.bean.Order
 
getSqlTable(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取SqlTable注解
getSqlValue(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取sql实际值(过滤sql注入)
getSqlValue(Common, Object, JdbcType) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取sql实际值(过滤sql注入)
getTable() - 类 中的方法cn.vonce.sql.bean.Common
获取table
getTable(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
根据类名获取表名信息
getTable(Class<?>, SqlJoin) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
优先根据@SqlBeanJoin注解获取,获取不到则从类获取
getTableAlias() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableAlias() - 类 中的方法cn.vonce.sql.bean.SqlField
 
getTableFieldFullName(Common, String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获得新的表字段名
getTableFieldName(Field) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableKeyword() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableList() - 接口 中的方法cn.vonce.sql.service.TableService
获取表名列表
getTableName() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableName(Table, Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回带转义表名,优先级 tableName第一,注解第二,类名第三
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetSchema() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Backup
 
getTargetTableName() - 类 中的方法cn.vonce.sql.bean.Copy
 
getTimestamp() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页时间戳
getTimestamp() - 类 中的方法cn.vonce.sql.page.ResultData
 
getTotalPage() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总页数
getTotalPage() - 类 中的方法cn.vonce.sql.page.ResultData
 
getTotalRecords() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总数量
getTotalRecords() - 类 中的方法cn.vonce.sql.page.ResultData
 
getToUpperCase() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getTransferred(Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取不同数据库的转义符号
getType() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
 
getType(int) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getType(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getType(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
 
getTypeName(int) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getTypeName(Class<?>) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
 
getUniqueIdProcessor() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
getUpdateBean() - 类 中的方法cn.vonce.sql.bean.Update
获取更新实体类
getUUid() - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
生成UUID
getValue() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getValue() - 类 中的方法cn.vonce.sql.bean.Original
 
getVersionField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取乐观锁标识字段
getWhere() - 类 中的方法cn.vonce.sql.bean.Condition
获取where sql 内容
getWhereMap() - 类 中的方法cn.vonce.sql.bean.Condition
获取where条件map
getWhereWrapper() - 类 中的方法cn.vonce.sql.bean.Condition
获得where包装器
GREAT_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
GREATER_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Group - cn.vonce.sql.bean中的类
Group By
Group() - 类 的构造器cn.vonce.sql.bean.Group
 
Group(String, String) - 类 的构造器cn.vonce.sql.bean.Group
 
GROUP_BY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
groupBy(String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
gt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gt(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于
gtEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于
gtEq(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
大于等于

H

HashUtil - cn.vonce.sql.uitls中的类
Utility class for hashing.
HashUtil() - 类 的构造器cn.vonce.sql.uitls.HashUtil
 
having(String, Object) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(SqlField, Object) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(SqlLogic, String, String, Object) - 类 中的方法cn.vonce.sql.bean.SelectCondition
 
having(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(SqlField, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(SqlLogic, SqlField, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
having(SqlLogic, String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.SelectCondition
添加having条件
HAVING - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
having(Cond) - 类 中的静态方法cn.vonce.sql.helper.Wrapper
条件
hmacSha1(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA1.
hmacSha256(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256(String, String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256(byte[], String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256AsBytes(byte[], byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
hmacSha256AsBytes(String, String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Do HMAC-SHA256.
humpToUnderline(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
驼峰命名转为下划线命名

I

ID - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
IdType - cn.vonce.sql.enumerate中的枚举
NORMAL:常规的,手写id AUTO:自增长id UUID:长度32位的uuid SNOWFLAKE_ID_18:长度18位的唯一有序id(64bits JavaScript会丢失精度,只能当作String类型处理) SNOWFLAKE_ID_16:长度16位的唯一有序id(53bits JavaScript能正常处理)
IN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
in(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
in(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
包含
init(Integer, Integer, String) - 类 中的方法cn.vonce.sql.page.PageHelper
 
init(Integer, Integer, Order[], String) - 类 中的方法cn.vonce.sql.page.PageHelper
 
init(ProcessingEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 
initialize() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The initialize scheduled executor service
INNER_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Insert<T> - cn.vonce.sql.bean中的类
插入
Insert() - 类 的构造器cn.vonce.sql.bean.Insert
 
insert(T...) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
insert(List<T>) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
insert(Insert<T>) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
INSERT_ALL_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
INSERT_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
insertBeanSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
InsertService<T> - cn.vonce.sql.service中的接口
Insert 通用业务接口
insertSql(SqlBeanDB, Class<?>, Insert) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectAsmUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectJdkUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectUtil
 
INTEGER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
INTO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
invoke(Class<?>, Object, String) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
invoke(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
invoke(Class<?>, Object, String, Class<?>[], Object[]) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
IS - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
is(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
is(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
IS_NOT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
isBaseType(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该类型是否为基本类型
isBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isCount(Select) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该查询语句是否为count
isEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isFilter(String[], String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否过滤该字段
isFloat() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
isIgnore(Field) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否忽略该字段
isLogicallyDelete() - 类 中的方法cn.vonce.sql.bean.Update
 
isMap(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该类型是否为
isNot(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNot(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不是
isNotBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotSet() - 类 中的方法cn.vonce.sql.bean.Table
 
isNull(Object, String) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
参数为空抛出异常
isOptimisticLock() - 类 中的方法cn.vonce.sql.bean.Update
是否使用乐观锁
isSha1(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
isSha256(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
isToUpperCase(Common) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否需要转大写
isUpdateNotNull() - 类 中的方法cn.vonce.sql.bean.Update
是否只更新不为null的字段
isUseDistinct() - 类 中的方法cn.vonce.sql.bean.Select
获取useDistinct是否过滤重复
isUsePage(Select) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
是否使用分页

J

JavaType - cn.vonce.sql.enumerate中的枚举
Java类型对应的SQL类型枚举类
JdbcType - cn.vonce.sql.enumerate中的枚举
JdbcType枚举类
Join - cn.vonce.sql.bean中的类
Select
Join() - 类 的构造器cn.vonce.sql.bean.Join
 
Join(JoinType, String, String, String, String, String, String) - 类 的构造器cn.vonce.sql.bean.Join
 
join(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(JoinType, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(String, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(JoinType, String, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(JoinType, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
join(JoinType, String, String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加表连接
joinIsNotEmpty(String, String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
判断Join 是否为空
JoinType - cn.vonce.sql.enumerate中的枚举
JoinType

L

LEFT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
LESS_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
LESS_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
like(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
like(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 包含
likeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeL(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 包含
likeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
likeR(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 包含
LIMIT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
logicallyDeleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteByConditionSql(SqlBeanDB, Class<?>, Wrapper) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
逻辑删除根据id条件
logicallyDeleteByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
lt(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
lt(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于
ltEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于
ltEq(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
小于等于

M

max() - 类 中的方法cn.vonce.sql.bean.Column
 
max(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 
min() - 类 中的方法cn.vonce.sql.bean.Column
 
min(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 

N

name() - 类 中的方法cn.vonce.sql.bean.Column
 
name(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
newObject(Class<?>) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
nextId() - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId16
 
nextId() - 类 中的方法cn.vonce.sql.uitls.SnowflakeId18
获取ID
NOT_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_IN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
NOT_NULL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
notEq(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notEq(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不等于
notIn(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notIn(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
不包含
notLike(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLike(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
全模糊 不包含
notLikeL(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeL(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
左模糊 不包含
notLikeR(String, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
notLikeR(SqlField, Object) - 类 中的静态方法cn.vonce.sql.helper.Cond
右模糊 不包含
NULL_VALUE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

O

OFFSET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ON - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
OR - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
or(Wrapper) - 类 中的方法cn.vonce.sql.helper.Wrapper
或者
or(Cond) - 类 中的方法cn.vonce.sql.helper.Wrapper
或者
OR_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Order - cn.vonce.sql.bean中的类
Order By
Order() - 类 的构造器cn.vonce.sql.bean.Order
 
Order(String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
Order(SqlField, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
Order(String, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
ORDER_BY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
orderBy(String, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(Column, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(String, String, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(Order[]) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
Original - cn.vonce.sql.bean中的类
原始的值(既不会对它进行任何处理,传入什么即是什么)
Original(String) - 类 的构造器cn.vonce.sql.bean.Original
 
OVER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

P

Page - cn.vonce.sql.bean中的类
SqlBean 分页
Page() - 类 的构造器cn.vonce.sql.bean.Page
 
Page(Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Page
 
Page(String, Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Page
 
PageHelper<T> - cn.vonce.sql.page中的类
分页助手,使用该分页助手必须实现PagingService 接口
PageHelper() - 类 的构造器cn.vonce.sql.page.PageHelper
 
PageHelper(Integer, Integer, String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper(Integer, Integer, Order[], String) - 类 的构造器cn.vonce.sql.page.PageHelper
实例化分页助手 - 手动设置参数
PageHelper.PagingMethod - cn.vonce.sql.page中的类
实现分类接口的方法
pageParam(Select) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
各个数据库的分页参数
Paging - cn.vonce.sql.bean中的类
分页
Paging() - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, Order) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, SqlField, SqlSort) - 类 的构造器cn.vonce.sql.bean.Paging
 
Paging(Integer, Integer, Order[]) - 类 的构造器cn.vonce.sql.bean.Paging
 
paging(Select, PagingService) - 类 中的方法cn.vonce.sql.page.PageHelper
获得分页数据
paging(Class<T>, Select, PagingService) - 类 中的方法cn.vonce.sql.page.PageHelper
获得分页数据
PagingMethod() - 类 的构造器cn.vonce.sql.page.PageHelper.PagingMethod
 
PagingMethod(String, String) - 类 的构造器cn.vonce.sql.page.PageHelper.PagingMethod
 
PagingService - cn.vonce.sql.page中的接口
实现分页必须实现此接口
PERCENT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
PLACEHOLDER_PREFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符前缀: "${"
PLACEHOLDER_SUFFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符后缀: "}"
POINT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
PREFIX - 类 中的静态变量cn.vonce.sql.processor.SqlConstantProcessor
 
PRIMARY_KEY - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 

R

randomCode(int) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
生成一个几位的随机数
REAL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ReflectAsmUtil - cn.vonce.sql.uitls中的类
反射工具栏 ASM Created by Jovi on 2018/6/24.
ReflectAsmUtil() - 类 的构造器cn.vonce.sql.uitls.ReflectAsmUtil
 
ReflectJdkUtil - cn.vonce.sql.uitls中的类
反射工具类 JDK
ReflectUtil - cn.vonce.sql.uitls中的类
反射工具抽象类
ReflectUtil() - 类 的构造器cn.vonce.sql.uitls.ReflectUtil
 
resolvePlaceholders(String, Map<String, String>) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
将一段文本的占位符替换 如:${name} to zhangsan
ResultData<T> - cn.vonce.sql.page中的类
用于返回分页数据结果集(Result Set)
ResultData() - 类 的构造器cn.vonce.sql.page.ResultData
 
RIGHT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
RN - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROW_NUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUM - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
ROWNUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 

S

Select - cn.vonce.sql.bean中的类
查询
Select() - 类 的构造器cn.vonce.sql.bean.Select
 
SELECT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
select(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List
select(Class<O>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List (可指定返回类型、查询的表)
SELECT_DISTINCT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT_DUAL - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SELECT_MAP_LIST - 类 中的静态变量cn.vonce.sql.page.PageHelper
 
selectAll() - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部
selectAll(Class<O>) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部(可指定返回类型、查询的表)
selectAll(Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部
selectAll(Class<O>, Paging) - 接口 中的方法cn.vonce.sql.service.SelectService
查询全部(可指定返回类型、查询的表)
selectAllSql(SqlBeanDB, Class<?>, Paging) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
查询全部
selectByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Class<O>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByCondition(Class<O>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByCondition(Class<O>, Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByCondition(Class<O>, Paging, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByConditionSql(SqlBeanDB, Class<?>, Paging, String, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询
selectById(ID) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询
selectById(Class<O>, ID) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询(可指定返回类型、查询的表)
selectByIds(ID...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据ids条件查询
selectByIds(Class<O>, ID...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据id条件查询(可指定返回类型、查询的表)
selectByIdSql(SqlBeanDB, Class<?>, Object) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件查询
selectByIdsSql(SqlBeanDB, Class<?>, Object...) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据ids条件查询
SelectCondition - cn.vonce.sql.bean中的类
select条件(包含where和having)
SelectCondition() - 类 的构造器cn.vonce.sql.bean.SelectCondition
 
selectCountByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
selectCountByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
selectCountByConditionSql(SqlBeanDB, Class<?>, String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件查询统计
selectMap(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询返回Map
selectMapList(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询(可自动分页)返回List结果集
selectOne(Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询 只返回一条记录
selectOne(Class<O>, Select) - 接口 中的方法cn.vonce.sql.service.SelectService
根据自定义条件查询 只返回一条记录(可指定返回类型)
selectOneByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectOneByCondition(Class<O>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectOneByCondition(Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectOneByCondition(Class<O>, Wrapper) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
SelectService<T,ID> - cn.vonce.sql.service中的接口
Select 通用业务接口
selectSql(SqlBeanDB, Class<?>, Select) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件查询(可自动分页)
selectTableListSql(SqlBeanDB, String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
获取表名列表
SET - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectAsmUtil
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectJdkUtil
 
set(Class<?>, Object, String, Object) - 类 中的方法cn.vonce.sql.uitls.ReflectUtil
 
setAgrs(Object[]) - 类 中的方法cn.vonce.sql.bean.Condition
设置where参数
setAlias(String) - 类 中的方法cn.vonce.sql.bean.Column
 
setAlias(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setAutoCreate(boolean) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setBeanClass(Class<?>) - 类 中的方法cn.vonce.sql.bean.Create
 
setColumn(String...) - 类 中的方法cn.vonce.sql.bean.Select
设置column
setColumn(Column...) - 类 中的方法cn.vonce.sql.bean.Select
设置column
setColumnList(List<Column>) - 类 中的方法cn.vonce.sql.bean.Select
设置column list
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Backup
 
setColumns(Column[]) - 类 中的方法cn.vonce.sql.bean.Copy
 
setCount(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setData(T) - 类 中的方法cn.vonce.sql.page.ResultData
 
setDataList(List<T>) - 类 中的方法cn.vonce.sql.page.PageHelper
设置分页列表数据
setDbType(DbType) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setDecimal(int) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setDef(String) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setFilterFields(String...) - 类 中的方法cn.vonce.sql.bean.Select
设置过滤的列字段
setFilterFields(String...) - 类 中的方法cn.vonce.sql.bean.Update
设置过滤的字段
setHaving(String) - 类 中的方法cn.vonce.sql.bean.SelectCondition
设置having sql 内容
setHaving(String, Object...) - 类 中的方法cn.vonce.sql.bean.SelectCondition
设置having sql 内容
setHaving(Wrapper) - 类 中的方法cn.vonce.sql.bean.SelectCondition
设置Having条件包装器
setHavingArgs(Object[]) - 类 中的方法cn.vonce.sql.bean.SelectCondition
设置Having
setIdName(String) - 类 中的方法cn.vonce.sql.bean.Page
 
setInsertBean(T...) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setItem(Object) - 类 中的方法cn.vonce.sql.helper.Wrapper.Data
 
setJoin(Select, Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
设置表连接
setJoinType(JoinType) - 类 中的方法cn.vonce.sql.bean.Join
 
setLength(int) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setLogicallyDelete(boolean) - 类 中的方法cn.vonce.sql.bean.Update
 
setMainKeyword(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setName(String) - 类 中的方法cn.vonce.sql.bean.SqlField
 
setName(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setNotNull(boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setOn(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setOptimisticLock(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否使用乐观锁
setOrders(Order[]) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPage(Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数
setPage(String, Integer, Integer) - 类 中的方法cn.vonce.sql.bean.Select
设置分页参数(SqlServer专用)
setPagenum(Integer) - 类 中的方法cn.vonce.sql.bean.Page
 
setPagenum(Integer) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagenum(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Page
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setPagingMethod(PageHelper.PagingMethod) - 类 中的方法cn.vonce.sql.page.PageHelper
设置pagingMethod,count(统计),select(查询)方法的名称
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setSchema(String) - 类 中的静态方法cn.vonce.sql.provider.DynSchemaContextHolder
设置当前Schema
setSelect(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setSqlBeanConfig(SqlBeanConfig) - 类 中的方法cn.vonce.sql.config.SqlBeanDB
 
setSqlBeanDB(SqlBeanDB) - 类 中的方法cn.vonce.sql.bean.Common
 
setSqlLogic(SqlLogic) - 类 中的方法cn.vonce.sql.helper.Wrapper.Data
 
setSqlSort(SqlSort) - 类 中的方法cn.vonce.sql.bean.Order
 
setTable(String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(String, String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(String, String, String) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(Table) - 类 中的方法cn.vonce.sql.bean.Common
设置table
setTable(Class<?>) - 类 中的方法cn.vonce.sql.bean.Common
设置table sql 内容
setTableAlias(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setTableAlias(String) - 类 中的方法cn.vonce.sql.bean.SqlField
 
setTableKeyword(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setTableName(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setTargetSchema(String) - 类 中的方法cn.vonce.sql.bean.Backup
 
setTargetSchema(String) - 类 中的方法cn.vonce.sql.bean.Copy
 
setTargetTableName(String) - 类 中的方法cn.vonce.sql.bean.Backup
 
setTargetTableName(String) - 类 中的方法cn.vonce.sql.bean.Copy
 
setTimestamp(String) - 类 中的方法cn.vonce.sql.page.ResultData
 
setTotalPage(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setTotalRecords(Integer) - 类 中的方法cn.vonce.sql.page.ResultData
 
setToUpperCase(Boolean) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setType(JdbcType) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setUniqueIdProcessor(UniqueIdProcessor) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setUpdateBean(T) - 类 中的方法cn.vonce.sql.bean.Update
设置更新实体类
setUpdateNotNull(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否只更新不为null的字段
setUseDistinct(boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置useDistinct是否过滤重复
setWhere(String) - 类 中的方法cn.vonce.sql.bean.Condition
设置where sql 内容
setWhere(String, Object...) - 类 中的方法cn.vonce.sql.bean.Condition
设置where sql 内容
setWhere(Wrapper) - 类 中的方法cn.vonce.sql.bean.Condition
设置Where条件包装器
sha1(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as hex string (all lower-case).
sha1(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as hex string (all lower-case).
sha1AsBytes(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
 
sha1AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-1 as bytes.
sha256(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256AsBytes(String) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as hex string (all lower-case).
sha256AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-256 as bytes.
sha512AsBytes(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.HashUtil
Generate SHA-512 as bytes.
SINGLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SINGLE_QUOTATION_MARK - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SnowflakeId16 - cn.vonce.sql.uitls中的类
廖雪峰的 53 bits unique id: 53bitID由32bit秒级时间戳+16bit自增+5bit机器标识组成,累积32台机器,每秒可以生成6.5万个序列号 |--------|--------|--------|--------|--------|--------|--------|--------| |00000000|00011111|11111111|11111111|11111111|11111111|11111111|11111111| |--------|---xxxxx|xxxxxxxx|xxxxxxxx|xxxxxxxx|xxx-----|--------|--------| |--------|--------|--------|--------|--------|---xxxxx|xxxxxxxx|xxx-----| |--------|--------|--------|--------|--------|--------|--------|---xxxxx| Maximum ID = 11111_11111111_11111111_11111111_11111111_11111111_11111111 Maximum TS = 11111_11111111_11111111_11111111_111 Maximum NT = ----- -------- -------- -------- ---11111_11111111_111 = 65535 Maximum SH = ----- -------- -------- -------- -------- -------- ---11111 = 31 It can generate 64k unique id per IP and up to 2106-02-07T06:28:15Z.
SnowflakeId16() - 类 的构造器cn.vonce.sql.uitls.SnowflakeId16
 
SnowflakeId18 - cn.vonce.sql.uitls中的类
基于Twitter的Snowflake算法实现分布式高效有序ID生产黑科技(sequence)——升级版Snowflake
SnowFlake的结构如下(每部分用-分开):

0 - 0000000000 0000000000 0000000000 0000000000 0 - 00000 - 00000 - 000000000000

1位标识,由于long基本类型在Java中是带符号的,最高位是符号位,正数是0,负数是1,所以id一般是正数,最高位是0

41位时间截(毫秒级),注意,41位时间截不是存储当前时间的时间截,而是存储时间截的差值(当前时间截 - 开始时间截) 得到的值),这里的的开始时间截,一般是我们的id生成器开始使用的时间,由我们程序来指定的(如下START_TIME属性)。
SnowflakeId18(long) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
 
SnowflakeId18(long, boolean, boolean) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
 
SnowflakeId18(long, long, boolean, long, boolean) - 类 的构造器cn.vonce.sql.uitls.SnowflakeId18
基于Snowflake创建分布式ID生成器
SPACES - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
SqlBeanConfig - cn.vonce.sql.config中的类
SqlBean配置
SqlBeanConfig() - 类 的构造器cn.vonce.sql.config.SqlBeanConfig
 
SqlBeanDB - cn.vonce.sql.config中的类
数据库信息
SqlBeanDB() - 类 的构造器cn.vonce.sql.config.SqlBeanDB
 
SqlBeanException - cn.vonce.sql.exception中的异常错误
Sql语句助手 异常
SqlBeanException(String) - 异常错误 的构造器cn.vonce.sql.exception.SqlBeanException
 
sqlBeanJoinIsNotEmpty(SqlJoin) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
判断SqlBeanJoin 是否为空
SqlBeanProvider - cn.vonce.sql.provider中的类
通用的数据库操作sql语句生成
SqlBeanProvider() - 类 的构造器cn.vonce.sql.provider.SqlBeanProvider
 
SqlBeanService<T,ID> - cn.vonce.sql.service中的接口
通用的业务接口
SqlBeanUtil - cn.vonce.sql.uitls中的类
SqlBean 工具类 Created by Jovi on 2018/6/17.
SqlBeanUtil() - 类 的构造器cn.vonce.sql.uitls.SqlBeanUtil
 
SqlColumn - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类的字段与数据库中对应的字段名
SqlConstant - cn.vonce.sql.constant中的类
 
SqlConstant() - 类 的构造器cn.vonce.sql.constant.SqlConstant
 
SqlConstantProcessor - cn.vonce.sql.processor中的类
生成表字段常量处理器
SqlConstantProcessor() - 类 的构造器cn.vonce.sql.processor.SqlConstantProcessor
 
SqlField - cn.vonce.sql.bean中的类
 
SqlField() - 类 的构造器cn.vonce.sql.bean.SqlField
 
SqlField(String, String) - 类 的构造器cn.vonce.sql.bean.SqlField
 
SqlHelper - cn.vonce.sql.helper中的类
SQL 语句助手
SqlHelper() - 类 的构造器cn.vonce.sql.helper.SqlHelper
 
SqlId - cn.vonce.sql.annotation中的注释类型
标识实体类对应的id字段
SqlInsertTime - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应数据库中的插入时间,如果标注该注解,标注的字段为null将自动设置插入时间
SQLiteJavaType - cn.vonce.sql.enumerate中的枚举
Java类型对于的SQLite类型枚举类
SqlJoin - cn.vonce.sql.annotation中的注释类型
JoinType
SqlLogic - cn.vonce.sql.enumerate中的枚举
Sql 逻辑
SqlLogically - cn.vonce.sql.annotation中的注释类型
标记为逻辑删除字段
SqlOperator - cn.vonce.sql.enumerate中的枚举
Sql 通用操作符
SqlSort - cn.vonce.sql.enumerate中的枚举
Sql 排序
SqlTable - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应的表名
SqlUnion - cn.vonce.sql.annotation中的注释类型
 
SqlUpdateTime - cn.vonce.sql.annotation中的注释类型
标识Bean 实体类对应数据库中的更新时间,如果标注该注解,标注的字段为null将自动设置更新时间
SqlVersion - cn.vonce.sql.annotation中的注释类型
标记为乐观锁版本字段
stringIdToLongId(String) - 类 中的静态方法cn.vonce.sql.uitls.SnowflakeId16
 
stringToDate(String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串日期转为日期对象(默认格式:yyyy-MM-dd HH:mm:ss)
stringToDate(String, String) - 类 中的静态方法cn.vonce.sql.uitls.DateUtil
将字符串日期转为日期对象
StringUtil - cn.vonce.sql.uitls中的类
字符串工具类
StringUtil() - 类 的构造器cn.vonce.sql.uitls.StringUtil
 
sum() - 类 中的方法cn.vonce.sql.bean.Column
 
sum(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 
SystemClock - cn.vonce.sql.uitls中的枚举
System Clock 利用ScheduledExecutorService实现高并发场景下System.curentTimeMillis()的性能问题的优化.

T

T - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
Table - cn.vonce.sql.bean中的类
表名
Table() - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String) - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String, String) - 类 的构造器cn.vonce.sql.bean.Table
 
Table(String, String, String) - 类 的构造器cn.vonce.sql.bean.Table
 
TableService - cn.vonce.sql.service中的接口
表结构业务接口
TB - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
TEXT - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
toHex(byte) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Convert byte to hex string (all lower-case).
toHexString(byte[]) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
Convert bytes to hex string (all lower-case).
TOP - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
toString() - 类 中的方法cn.vonce.sql.bean.Column
 
toString() - 类 中的方法cn.vonce.sql.bean.Join
 
toString() - 类 中的方法cn.vonce.sql.bean.Order
 
toString() - 类 中的方法cn.vonce.sql.bean.Original
 
toString() - 类 中的方法cn.vonce.sql.bean.Page
 
toString() - 类 中的方法cn.vonce.sql.bean.SqlField
 
toString() - 类 中的方法cn.vonce.sql.bean.Table
 
toString() - 类 中的方法cn.vonce.sql.page.ResultData
 

U

UNDERLINE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
underlineToHump(String) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
下划线命名转为驼峰命名
uniqueId(IdType) - 类 中的方法cn.vonce.sql.processor.DefaultUniqueIdProcessor
 
uniqueId(IdType) - 接口 中的方法cn.vonce.sql.processor.UniqueIdProcessor
生成唯一id
UniqueIdProcessor - cn.vonce.sql.processor中的接口
唯一id处理器接口
Update<T> - cn.vonce.sql.bean中的类
更新
Update() - 类 的构造器cn.vonce.sql.bean.Update
 
UPDATE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
update(Update<T>) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新(where条件为空会抛异常,因为更新全部非常危险)
update(Update<T>, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新
updateByBeanCondition(T, boolean, boolean, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBeanCondition(T, boolean, boolean, String[], String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBeanConditionSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类字段条件更新
updateByBeanId(T, boolean, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanId(T, boolean, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanIdSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
updateByCondition(T, boolean, boolean, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, boolean, boolean, Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, boolean, boolean, String[], String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, boolean, boolean, String[], Wrapper) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByConditionSql(SqlBeanDB, Class<?>, Object, boolean, boolean, String[], String, Object[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据条件更新
updateById(T, ID, boolean, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据id条件更新
updateById(T, ID, boolean, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByIdSql(SqlBeanDB, Class<?>, Object, Object, boolean, boolean, String[]) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
UpdateService<T,ID> - cn.vonce.sql.service中的接口
Update 通用业务接口
updateSql(SqlBeanDB, Class<?>, Update, boolean) - 类 中的静态方法cn.vonce.sql.provider.SqlBeanProvider
更新
updateVersion(String, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
更新乐观锁版本

V

valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.IdType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlLogic
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.WhatType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.uitls.SystemClock
返回带有指定名称的该类型的枚举常量。
VALUES - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.IdType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JavaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SQLiteJavaType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlLogic
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.SqlSort
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.WhatType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.uitls.SystemClock
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
versionEffectiveness(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
乐观锁字段是否有效

W

wAND(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 and 方法
wAND(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 and 方法
wAND(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 and 方法
wAND(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 and 方法
wAND(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 and 方法
wANDBracket(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 andBracket 方法
wANDBracket(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 andBracket 方法
wANDBracket(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 andBracket 方法
wANDBracket(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 andBracket 方法
wANDBracket(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 andBracket 方法
WhatType - cn.vonce.sql.enumerate中的枚举
STRING_TYPE 字符串类型
build_TYPE 生成类型 OBJECT_TYPE 对象类型 VALUE_TYPE 值类型
whatType(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段类型
whatType(JdbcType) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段类型
where(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(SqlLogic, String, String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
 
where(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(SqlLogic, Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
where(SqlLogic, String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
WHERE - 类 中的静态变量cn.vonce.sql.constant.SqlConstant
 
where(Cond) - 类 中的静态方法cn.vonce.sql.helper.Wrapper
条件
whereSql(Condition, Object) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
返回where语句
wOR(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 or 方法
wOR(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 or 方法
wOR(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 or 方法
wOR(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 or 方法
wOR(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 or 方法
wORBracket(String, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
wORBracket(Column, Object) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
wORBracket(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
wORBracket(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
wORBracket(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
Wrapper - cn.vonce.sql.helper中的类
条件包装器
Wrapper() - 类 的构造器cn.vonce.sql.helper.Wrapper
 
Wrapper.Data - cn.vonce.sql.helper中的类
条件模型
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.