跳过导航链接
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.SqlHelperCons
 
AND - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
AND_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
AS - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
avg() - 类 中的方法cn.vonce.sql.bean.Column
 
avg(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 

B

BEGIN_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
BETWEEN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
BLOB - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
buildCreateSql(Create) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成create sql语句
buildDeleteSql(Delete) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成delete sql语句
buildInsertSql(Insert) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成insert sql语句(目前仅限数据库字段与实体类bean字段一致使用)
buildSelectSql(Select) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成select sql语句
buildUpdateSql(Update) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
生成update sql语句(目前仅限数据库字段与实体类bean字段一致使用)
ByteUtil - cn.vonce.sql.uitls中的类
 
ByteUtil() - 类 的构造器cn.vonce.sql.uitls.ByteUtil
 

C

check(Common) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
检查
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中的类
Common
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(String, 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(Column, String) - 类 中的方法cn.vonce.sql.bean.Select
添加column列字段
column(String, 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.SqlHelperCons
 
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.
Condition - cn.vonce.sql.bean中的类
条件
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, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionInfo(SqlLogic, String, String, String, Object, SqlOperator) - 类 的构造器cn.vonce.sql.bean.ConditionInfo
 
ConditionType - cn.vonce.sql.enumerate中的枚举
条件类型 WHERE 或者 HAVING
copy() - 类 中的方法cn.vonce.sql.bean.Select
复制对象
count() - 类 中的方法cn.vonce.sql.bean.Column
 
count(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 
COUNT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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(SqlBeanConfig, Class<?>, Select) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件统计
Create - cn.vonce.sql.bean中的类
 
Create() - 类 的构造器cn.vonce.sql.bean.Create
 
CREATE_TABLE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
createTable() - 接口 中的方法cn.vonce.sql.service.TableService
创建表结构
createTableSql(SqlBeanConfig, 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

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.SqlHelperCons
 
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.SqlHelperCons
 
deleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件删除
deleteByConditionSql(SqlBeanConfig, Class<?>, String, Object[]) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据条件删除
deleteById(ID...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据id条件删除
deleteByIdSql(SqlBeanConfig, Class<?>, Object) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件删除
DeleteService<ID> - cn.vonce.sql.service中的接口
Delete 通用业务接口
deleteSql(SqlBeanConfig, 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(long) - 类 中的方法cn.vonce.sql.page.PageHelper
总数量、总页数处理
DOUBLE_ESCAPE_CHARACTER - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
dropTable() - 接口 中的方法cn.vonce.sql.service.TableService
删除表结构
dropTableSql(SqlBeanConfig, Class<?>) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
删除表

E

END_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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.SqlHelperCons
 
fromHex(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
fromHexString(String) - 类 中的静态方法cn.vonce.sql.uitls.ByteUtil
 
FULL_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
fullName() - 类 中的方法cn.vonce.sql.bean.Column
 
fullName(EscapeChar) - 类 中的方法cn.vonce.sql.bean.Column
 

G

GenerateType - 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能正常处理)
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
 
getBeanAllField(Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取该bean所有字段(包括父类)
getBeanClass() - 类 中的方法cn.vonce.sql.bean.Create
 
getCode(String) - 枚举 中的静态方法cn.vonce.sql.enumerate.JdbcType
 
getCode() - 枚举 中的方法cn.vonce.sql.enumerate.JdbcType
 
getCode() - 枚举 中的方法cn.vonce.sql.page.ResultCode
 
getCode() - 类 中的方法cn.vonce.sql.page.RS
 
getColumnAlias(String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取字段别名
getColumnList() - 类 中的方法cn.vonce.sql.bean.Select
获取column sql 内容
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.RS
 
getDataList() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页列表数据
getDbType() - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
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.Select
获取where sql 内容
getHavingArgs() - 类 中的方法cn.vonce.sql.bean.Select
获取Having
getHavingMap() - 类 中的方法cn.vonce.sql.bean.Select
获取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
获取时间间隔(用于显示动态)
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
 
getMsg() - 类 中的方法cn.vonce.sql.page.RS
 
getName() - 类 中的方法cn.vonce.sql.bean.SqlField
 
getName() - 类 中的方法cn.vonce.sql.bean.Table
 
getNotNull() - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
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.PagingRS
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Page
 
getPagesize() - 类 中的方法cn.vonce.sql.bean.Paging
 
getPagesize() - 类 中的方法cn.vonce.sql.page.PageHelper
获取每页数量
getPagesize() - 类 中的方法cn.vonce.sql.page.PagingRS
 
getPaging() - 类 中的方法cn.vonce.sql.page.PageHelper
返回分页参数对象
getPagingMethod() - 类 中的方法cn.vonce.sql.page.PageHelper
获取pagingMethod分页查询的方法名称
如果pagingMethod为空 默认 count 方法名为"count",select方法名为"select"
getSchema() - 类 中的方法cn.vonce.sql.bean.Join
 
getSchema() - 类 中的方法cn.vonce.sql.bean.SqlField
 
getSchema() - 类 中的方法cn.vonce.sql.bean.Table
 
getSelect() - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
getSelectColumns(Class<?>, String[]) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
返回查询的字段
getSqlBeanConfig() - 类 中的方法cn.vonce.sql.bean.Common
 
getSqlLogic() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlOperator() - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
getSqlSort() - 类 中的方法cn.vonce.sql.bean.Order
 
getSqlValue(Common, Object) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取sql实际值(过滤sql注入)
getTable() - 类 中的方法cn.vonce.sql.bean.SpecialCondition
获取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, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获得新的表字段名
getTableFieldName(Field) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
获取Bean字段中实际对于的表字段
getTableKeyword() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableName() - 类 中的方法cn.vonce.sql.bean.Join
 
getTableService() - 接口 中的方法cn.vonce.sql.service.SqlBeanService
获取表结构管理接口
getTimestamp() - 类 中的方法cn.vonce.sql.page.PageHelper
获取分页时间戳
getTimestamp() - 类 中的方法cn.vonce.sql.page.PagingRS
 
getTotalPage() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总页数
getTotalPage() - 类 中的方法cn.vonce.sql.page.PagingRS
 
getTotalRecords() - 类 中的方法cn.vonce.sql.page.PageHelper
获取总数量
getTotalRecords() - 类 中的方法cn.vonce.sql.page.PagingRS
 
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
GREAT_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
GREATER_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
Group - cn.vonce.sql.bean中的类
Group By
Group() - 类 的构造器cn.vonce.sql.bean.Group
 
Group(String, String, String) - 类 的构造器cn.vonce.sql.bean.Group
 
GROUP_BY - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
groupBy(String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(Column) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组
groupBy(String, String, String) - 类 中的方法cn.vonce.sql.bean.Select
添加groupBy分组

H

HashUtil - cn.vonce.sql.uitls中的类
Utility class for hashing.
HashUtil() - 类 的构造器cn.vonce.sql.uitls.HashUtil
 
having(String, Object) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(Column, Object) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(SqlLogic, String, String, Object) - 类 中的方法cn.vonce.sql.bean.Select
 
having(String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(SqlLogic, Column, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
having(SqlLogic, String, String, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Select
添加having条件
HAVING - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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.

I

ID - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
IN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
init(ProcessingEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 
initialize() - 枚举 中的方法cn.vonce.sql.uitls.SystemClock
The initialize scheduled executor service
INNER_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
Insert - 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_ALL_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
INSERT_INTO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
insertBeanSql(SqlBeanConfig, Object) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
InsertService<T> - cn.vonce.sql.service中的接口
Insert 通用业务接口
insertSql(SqlBeanConfig, Insert) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
插入数据
inset(Insert) - 接口 中的方法cn.vonce.sql.service.InsertService
插入数据
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectAsmUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectJdkUtil
 
instance() - 类 中的静态方法cn.vonce.sql.uitls.ReflectUtil
 
INTEGER - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
INTO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
IS - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
IS_NOT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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
是否忽略该字段
isMap(String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
该类型是否为
isNotBlank(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNotEmpty(Object) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
 
isNull(Object, String) - 类 中的静态方法cn.vonce.sql.helper.SqlHelper
参数为空抛出异常
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中的枚举
 
JdbcType - cn.vonce.sql.enumerate中的枚举
 
Join - cn.vonce.sql.bean中的类
Select
Join() - 类 的构造器cn.vonce.sql.bean.Join
 
Join(JoinType, 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
添加表连接
joinIsNotEmpty(String, String, String) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
判断Join 是否为空
JoinType - cn.vonce.sql.enumerate中的枚举
JoinType

L

LEFT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
LESS_THAN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
LESS_THAN_OR_EQUAL_TO - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
LIMIT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
logicallyDeleteByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.DeleteService
根据条件逻辑删除
logicallyDeleteByConditionSql(SqlBeanConfig, Class<?>, String, Object[]) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除
logicallyDeleteById(ID) - 接口 中的方法cn.vonce.sql.service.DeleteService
逻辑删除根据id条件
logicallyDeleteByIdSql(SqlBeanConfig, Class<?>, Object) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
逻辑删除

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.SqlHelperCons
 
NOT_IN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
NOT_LIKE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
NOT_NULL - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
NULL_VALUE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 

O

OFFSET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
ON - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
OR - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
OR_BRACKET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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, String, SqlSort) - 类 的构造器cn.vonce.sql.bean.Order
 
ORDER_BY - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
orderBy(String, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(Column, SqlSort) - 类 中的方法cn.vonce.sql.bean.Select
添加列字段排序
orderBy(String, 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.SqlHelperCons
 

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
 
PagingRS - cn.vonce.sql.page中的类
用于返回分页数据结果集(Result Set)
PagingRS() - 类 的构造器cn.vonce.sql.page.PagingRS
 
PagingService - cn.vonce.sql.page中的接口
实现分页必须实现此接口
PERCENT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
PLACEHOLDER_PREFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符前缀: "${"
PLACEHOLDER_SUFFIX - 类 中的静态变量cn.vonce.sql.uitls.StringUtil
占位符后缀: "}"
POINT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
PREFIX - 类 中的静态变量cn.vonce.sql.processor.SqlConstantProcessor
 
PRIMARY_KEY - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法cn.vonce.sql.processor.SqlConstantProcessor
 

R

randomCode(int) - 类 中的静态方法cn.vonce.sql.uitls.StringUtil
生成一个几位的随机数
REAL - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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
ResultCode - cn.vonce.sql.page中的枚举
服务器返回状态
RIGHT_JOIN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
RN - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
ROW_NUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
ROWNUM - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
ROWNUMBER - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
RS<T> - cn.vonce.sql.page中的类
用于返回数据的结果集(Result Set)
RS() - 类 的构造器cn.vonce.sql.page.RS
 

S

Select - cn.vonce.sql.bean中的类
查询
Select() - 类 的构造器cn.vonce.sql.bean.Select
 
SELECT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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.SqlHelperCons
 
SELECT_DUAL - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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(SqlBeanConfig, Class<?>, Paging) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
查询全部
selectByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询
selectByCondition(Class<O>, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByCondition(Class<O>, Paging, String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询(可指定返回类型、查询的表)
selectByConditionSql(SqlBeanConfig, 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(SqlBeanConfig, Class<?>, Object) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据id条件查询
selectByIdsSql(SqlBeanConfig, Class<?>, Object...) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据ids条件查询
selectCountByCondition(String, Object...) - 接口 中的方法cn.vonce.sql.service.SelectService
根据条件查询统计
selectCountByConditionSql(SqlBeanConfig, 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
根据条件查询(可指定返回类型、查询的表)
SelectService<T,ID> - cn.vonce.sql.service中的接口
Select 通用业务接口
selectSql(SqlBeanConfig, Class<?>, Select) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据自定义条件查询(可自动分页)
SET - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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
 
setBeanClass(Class<?>) - 类 中的方法cn.vonce.sql.bean.Create
 
setCode(Integer) - 类 中的方法cn.vonce.sql.page.RS
 
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
setCount(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setData(T) - 类 中的方法cn.vonce.sql.page.RS
 
setDataList(List<T>) - 类 中的方法cn.vonce.sql.page.PageHelper
设置分页列表数据
setDbType(DbType) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
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.Select
设置having sql 内容
setHaving(String, Object...) - 类 中的方法cn.vonce.sql.bean.Select
设置having sql 内容
setHavingArgs(Object[]) - 类 中的方法cn.vonce.sql.bean.Select
设置Having
setIdName(String) - 类 中的方法cn.vonce.sql.bean.Page
 
setInsertBean(Object) - 类 中的方法cn.vonce.sql.bean.Insert
设置插入实体类
setJoin(Select, Class<?>) - 类 中的静态方法cn.vonce.sql.uitls.SqlBeanUtil
设置表连接
setJoinType(JoinType) - 类 中的方法cn.vonce.sql.bean.Join
 
setLength(int) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setMainKeyword(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setMsg(String) - 类 中的方法cn.vonce.sql.page.RS
 
setName(String) - 类 中的方法cn.vonce.sql.bean.SqlField
 
setName(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setNotNull(boolean) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setOrders(Order[]) - 类 中的方法cn.vonce.sql.bean.Paging
 
setOrders(Order[]) - 类 中的方法cn.vonce.sql.page.PageHelper
 
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.PageHelper
设置当前页
setPagenum(Integer) - 类 中的方法cn.vonce.sql.page.PagingRS
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Page
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.bean.Paging
 
setPagesize(Integer) - 类 中的方法cn.vonce.sql.page.PageHelper
设置每页数量
setPagesize(Integer) - 类 中的方法cn.vonce.sql.page.PagingRS
 
setPagingMethod(PageHelper.PagingMethod) - 类 中的方法cn.vonce.sql.page.PageHelper
设置pagingMethod,count(统计),select(查询)方法的名称
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Join
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.SqlField
 
setSchema(String) - 类 中的方法cn.vonce.sql.bean.Table
 
setSelect(String) - 类 中的方法cn.vonce.sql.page.PageHelper.PagingMethod
 
setSqlBeanConfig(SqlBeanConfig) - 类 中的方法cn.vonce.sql.bean.Common
 
setSqlLogic(SqlLogic) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setSqlOperator(SqlOperator) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setSqlSort(SqlSort) - 类 中的方法cn.vonce.sql.bean.Order
 
setTable(String) - 类 中的方法cn.vonce.sql.bean.SpecialCondition
设置table
setTable(String, String) - 类 中的方法cn.vonce.sql.bean.SpecialCondition
设置table
setTable(String, String, String) - 类 中的方法cn.vonce.sql.bean.SpecialCondition
设置table
setTable(Table) - 类 中的方法cn.vonce.sql.bean.SpecialCondition
设置table
setTable(Class<?>) - 类 中的方法cn.vonce.sql.bean.SpecialCondition
设置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
 
setTimestamp(String) - 类 中的方法cn.vonce.sql.page.PageHelper
设置分页时间戳(格式必须为:"yyyy-MM-dd HH:mm:ss", 不正确则设置为空)
setTimestamp(String) - 类 中的方法cn.vonce.sql.page.PagingRS
 
setTotalPage(Integer) - 类 中的方法cn.vonce.sql.page.PagingRS
 
setTotalRecords(Integer) - 类 中的方法cn.vonce.sql.page.PagingRS
 
setToUpperCase(Boolean) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setType(JdbcType) - 类 中的方法cn.vonce.sql.bean.ColumnInfo
 
setUniqueIdProcessor(UniqueIdProcessor) - 类 中的方法cn.vonce.sql.config.SqlBeanConfig
 
setUpdateBean(Object) - 类 中的方法cn.vonce.sql.bean.Update
设置更新实体类
setUpdateNotNull(boolean) - 类 中的方法cn.vonce.sql.bean.Update
设置是否只更新不为null的字段
setUseDistinct(boolean) - 类 中的方法cn.vonce.sql.bean.Select
设置useDistinct是否过滤重复
setValue(Object) - 类 中的方法cn.vonce.sql.bean.ConditionInfo
 
setWhere(String) - 类 中的方法cn.vonce.sql.bean.Condition
设置where sql 内容
setWhere(String, Object...) - 类 中的方法cn.vonce.sql.bean.Condition
设置where sql 内容
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.SqlHelperCons
 
SINGLE_QUOTATION_MARK - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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.SqlHelperCons
 
SpecialCondition - cn.vonce.sql.bean中的类
 
SpecialCondition() - 类 的构造器cn.vonce.sql.bean.SpecialCondition
 
SqlBeanConfig - cn.vonce.sql.config中的类
SqlBean配置
SqlBeanConfig() - 类 的构造器cn.vonce.sql.config.SqlBeanConfig
 
SqlBeanConfig(DbType) - 类 的构造器cn.vonce.sql.config.SqlBeanConfig
 
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 实体类的字段与数据库中对应的字段名
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
 
SqlField(String, String, String) - 类 的构造器cn.vonce.sql.bean.SqlField
 
SqlHelper - cn.vonce.sql.helper中的类
SQL 语句助手
SqlHelper() - 类 的构造器cn.vonce.sql.helper.SqlHelper
 
SqlHelperCons - cn.vonce.sql.constant中的类
 
SqlHelperCons() - 类 的构造器cn.vonce.sql.constant.SqlHelperCons
 
SqlId - cn.vonce.sql.annotation中的注释类型
标识实体类对应的id字段
SQLiteJavaType - cn.vonce.sql.enumerate中的枚举
 
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中的注释类型
 
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.SqlHelperCons
 
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.SqlHelperCons
 
TEXT - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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.SqlHelperCons
 
toResult(String) - 类 中的方法cn.vonce.sql.page.PageHelper
返回结果集
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.PagingRS
 
toString() - 类 中的方法cn.vonce.sql.page.RS
 

U

UNDERLINE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
uniqueId(GenerateType) - 类 中的方法cn.vonce.sql.processor.DefaultUniqueIdProcessor
 
uniqueId(GenerateType) - 接口 中的方法cn.vonce.sql.processor.UniqueIdProcessor
生成唯一id
UniqueIdProcessor - cn.vonce.sql.processor中的接口
唯一id处理器接口
Update - cn.vonce.sql.bean中的类
更新
Update() - 类 的构造器cn.vonce.sql.bean.Update
 
UPDATE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
update(Update) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新(where条件为空会抛异常,因为更新全部非常危险)
update(Update, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
更新
updateByBeanCondition(T, boolean, String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBeanCondition(T, boolean, String[], String) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类字段条件更新
updateByBeanConditionSql(SqlBeanConfig, Object, boolean, String[], String) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类字段条件更新
updateByBeanId(T, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanId(T, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByBeanIdSql(SqlBeanConfig, Object, boolean, String[]) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
updateByCondition(T, boolean, String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByCondition(T, boolean, String[], String, Object...) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据条件更新
updateByConditionSql(SqlBeanConfig, Object, boolean, String[], String, Object[]) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据条件更新
updateById(T, ID, boolean) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据id条件更新
updateById(T, ID, boolean, String[]) - 接口 中的方法cn.vonce.sql.service.UpdateService
根据实体类id条件更新
updateByIdSql(SqlBeanConfig, Object, Object, boolean, String[]) - 类 中的方法cn.vonce.sql.provider.SqlBeanProvider
根据实体类id条件更新
UpdateService<T,ID> - cn.vonce.sql.service中的接口
Update 通用业务接口
updateSql(SqlBeanConfig, 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.GenerateType
返回带有指定名称的该类型的枚举常量。
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.page.ResultCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.vonce.sql.uitls.SystemClock
返回带有指定名称的该类型的枚举常量。
VALUES - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.ConditionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.EscapeChar
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.vonce.sql.enumerate.GenerateType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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.page.ResultCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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, 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, 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
获取字段类型
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, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
添加where条件
WHERE - 类 中的静态变量cn.vonce.sql.constant.SqlHelperCons
 
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, 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, String, Object, SqlOperator) - 类 中的方法cn.vonce.sql.bean.Condition
where 条件 orBracket 方法
A B C D E F G H I J L M N O P R S T U V W 
跳过导航链接

Copyright © 2020. All rights reserved.