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

A

arrayToString(String[]) - 类 中的静态方法com.hld.query.util.StringUtils
 
AttrType - com.hld.query.enums中的枚举
字段属性值

C

camel2UnderLine(String) - 类 中的静态方法com.hld.query.util.StringUtils
驼峰转下划线
com.hld.query.annotations - 程序包 com.hld.query.annotations
 
com.hld.query.enums - 程序包 com.hld.query.enums
 
com.hld.query.exception - 程序包 com.hld.query.exception
 
com.hld.query.mapper - 程序包 com.hld.query.mapper
 
com.hld.query.params - 程序包 com.hld.query.params
 
com.hld.query.service - 程序包 com.hld.query.service
 
com.hld.query.service.impl - 程序包 com.hld.query.service.impl
 
com.hld.query.test - 程序包 com.hld.query.test
 
com.hld.query.test.entity - 程序包 com.hld.query.test.entity
 
com.hld.query.test.vo - 程序包 com.hld.query.test.vo
 
com.hld.query.util - 程序包 com.hld.query.util
 
com.hld.query.wrapper - 程序包 com.hld.query.wrapper
 
CommonException - com.hld.query.exception中的异常错误
自定义异常
CommonException(int, String) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(int, Throwable) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(int, Throwable, String) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(String) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(int) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(String, Throwable) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonException(String, int) - 异常错误 的构造器com.hld.query.exception.CommonException
 
CommonMapper<T> - com.hld.query.mapper中的接口
扩展性强查询方法
commonQuery(String, String, String) - 接口 中的方法com.hld.query.mapper.CommonMapper
多表通用查询
commonQuery(String, String, String) - 接口 中的方法com.hld.query.service.CommonService
多表通用查询
commonQuery(String, String, String) - 类 中的方法com.hld.query.service.impl.CommonServiceImpl
多表通用查询
commonQuery(QueryOptions) - 类 中的静态方法com.hld.query.test.QueryTest
 
commonQueryByParams(String) - 接口 中的方法com.hld.query.mapper.CommonMapper
自定义查询 所有拼接参数由代码生成
commonQueryByParams(String) - 接口 中的方法com.hld.query.service.CommonService
sql
commonQueryByParams(String) - 类 中的方法com.hld.query.service.impl.CommonServiceImpl
 
commonQueryCount(String, String) - 接口 中的方法com.hld.query.mapper.CommonMapper
获取总条数
commonQueryCount(String, String) - 接口 中的方法com.hld.query.service.CommonService
获取总条数
commonQueryCount(String, String) - 类 中的方法com.hld.query.service.impl.CommonServiceImpl
获取总条数
commonQueryReturnEntity(String, String, String) - 接口 中的方法com.hld.query.mapper.CommonMapper
多表通用查询 返回entity
commonQueryReturnEntity(String, String, String) - 接口 中的方法com.hld.query.service.CommonService
多表通用查询 返回entity
commonQueryReturnEntity(String, String, String) - 类 中的方法com.hld.query.service.impl.CommonServiceImpl
多表通用查询 返回entity
commonQueryReturnObject(String, String, String) - 接口 中的方法com.hld.query.mapper.CommonMapper
多表通用查询 返回Object
CommonService<T> - com.hld.query.service中的接口
扩展mybatis-plus基础Service接口
CommonServiceImpl<M extends CommonMapper<T>,T> - com.hld.query.service.impl中的类
重写mybatis-plus server实现类
CommonServiceImpl() - 类 的构造器com.hld.query.service.impl.CommonServiceImpl
 
CommonWrapper<T> - com.hld.query.wrapper中的类
自定义查询器
CommonWrapper() - 类 的构造器com.hld.query.wrapper.CommonWrapper
 
CommonWrapper(T) - 类 的构造器com.hld.query.wrapper.CommonWrapper
 
CommonWrapper(T, QueryOptions) - 类 的构造器com.hld.query.wrapper.CommonWrapper
 
CommonWrapper(QueryOptions) - 类 的构造器com.hld.query.wrapper.CommonWrapper
 
CommonWrapper(T, String...) - 类 的构造器com.hld.query.wrapper.CommonWrapper
 

D

DatabaseType - com.hld.query.enums中的枚举
数据库类型

E

EMPTY_STRING_ARRAY - 类 中的静态变量com.hld.query.util.StringUtils
 
error(int, String) - 类 中的方法com.hld.query.util.Result
 
error(int) - 类 中的方法com.hld.query.util.Result
 
error(String) - 类 中的方法com.hld.query.util.Result
 
ErrorCode - com.hld.query.exception中的接口
错误编码,由5位数字组成,前2位为模块编码,后3位为业务编码 如:10001(10代表系统模块,001代表业务代码)

F

FAILED - 接口 中的静态变量com.hld.query.exception.ErrorCode
操作失败
failed() - 类 中的方法com.hld.query.util.Result
普通失败提示信息
failed(String) - 类 中的方法com.hld.query.util.Result
 
failed(int, String) - 类 中的方法com.hld.query.util.Result
 
FilterType - com.hld.query.params中的枚举
 
FORBIDDEN - 接口 中的静态变量com.hld.query.exception.ErrorCode
拒绝访问,没有权限
forbidden(String) - 类 中的方法com.hld.query.util.Result
未授权时使用

G

getColumns() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getCompletedSQL(String, String, DatabaseType, CommonWrapper) - 类 中的静态方法com.hld.query.util.QueryUtils
获取完整查询语句
getCurPage() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getEndCount(Long, Long) - 类 中的静态方法com.hld.query.util.QueryUtils
获取分页end条数
getEndCount(Long, Long, DatabaseType) - 类 中的静态方法com.hld.query.util.QueryUtils
 
getFilters() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getFirstSql() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getGetMethod(Object, String) - 类 中的静态方法com.hld.query.util.ReflexUtil
test get Person person1 = new Person(); person1.setAge(11); person1.setName("旺旺"); Object ob = getGetMethod(person1, "name"); System.out.println(ob); 根据属性,获取get方法
getLimit() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getListResult(CommonMapper, QueryOptions, Class, DatabaseType) - 类 中的静态方法com.hld.query.util.QueryUtils
获取查询结果集(map)
getName() - 枚举 中的方法com.hld.query.enums.AttrType
 
getName() - 枚举 中的方法com.hld.query.params.FilterType
 
getName() - 枚举 中的方法com.hld.query.params.ICondition
 
getName() - 枚举 中的方法com.hld.query.params.OrderType
 
getOrderBys() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getPageResult(CommonMapper, QueryOptions, Class, DatabaseType) - 类 中的静态方法com.hld.query.util.QueryUtils
获取查询返回分页结果集(map)
getRelation(Class) - 类 中的静态方法com.hld.query.util.QueryUtils
获取表间关系 通过注解获取当前业务表间关系,此项为必填项
getRelation(String, List<String>, List<TableInfo>) - 类 中的静态方法com.hld.query.util.QueryUtils
 
getResult(CommonMapper, QueryOptions, Class) - 类 中的静态方法com.hld.query.util.QueryUtils
获取查询结果集并封装返回数据格式
getResult(CommonMapper, QueryOptions, Class, DatabaseType) - 类 中的静态方法com.hld.query.util.QueryUtils
获取查询返回结果集(map)
getSqlSelect() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
getSqlSelect() - 类 中的方法com.hld.query.wrapper.LambdaCommonWrapper
 
getStartCount(Long, Long) - 类 中的静态方法com.hld.query.util.QueryUtils
获取分页start条数
getType() - 枚举 中的方法com.hld.query.params.FilterType
 
getType() - 枚举 中的方法com.hld.query.params.ICondition
 

H

HandleType - com.hld.query.enums中的枚举
接口类型
humpToUnderline(String) - 类 中的静态方法com.hld.query.util.ReflexUtil
驼峰命名转为下划线命名

I

ICondition - com.hld.query.params中的枚举
 
IFilter - com.hld.query.params中的类
 
IFilter() - 类 的构造器com.hld.query.params.IFilter
 
INDEX_NOT_FOUND - 类 中的静态变量com.hld.query.util.StringUtils
 
instance() - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
instance() - 类 中的方法com.hld.query.wrapper.LambdaCommonWrapper
 
INTERNAL_SERVER_ERROR - 接口 中的静态变量com.hld.query.exception.ErrorCode
服务器内部异常
INVALID_SYMBOL - 接口 中的静态变量com.hld.query.exception.ErrorCode
不能包含非法字符
invokeMethod(String, Object) - 类 中的静态方法com.hld.query.util.ReflexUtil
 
IOrderBy - com.hld.query.params中的类
 
IOrderBy() - 类 的构造器com.hld.query.params.IOrderBy
 
isAttrType(String) - 枚举 中的方法com.hld.query.enums.AttrType
 
isBlank(String) - 类 中的静态方法com.hld.query.util.StringUtils
Checks if a String is whitespace, empty ("") or null.
isDateType(String) - 枚举 中的方法com.hld.query.enums.AttrType
 
isEmpty(String) - 类 中的静态方法com.hld.query.util.StringUtils
Checks if a String is empty ("") or null.
isNotBlank(String) - 类 中的静态方法com.hld.query.util.StringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(String) - 类 中的静态方法com.hld.query.util.StringUtils
Checks if a String is not empty ("") and not null.
isNumber(String) - 类 中的静态方法com.hld.query.util.StringUtils
 
isStringType(String) - 枚举 中的方法com.hld.query.enums.AttrType
 

J

JSON_FORMAT_ERROR - 接口 中的静态变量com.hld.query.exception.ErrorCode
参数格式不正确,请使用JSON格式

K

KEY_CLOB - 类 中的静态变量com.hld.query.util.MapUtils
 
keysToCamel(Map<String, Object>) - 类 中的静态方法com.hld.query.util.MapUtils
转换map中key为下划线为驼峰式 ABC_DE => absDe , abc_de=>abcDe
keysToCamelByList(List<Map<String, Object>>) - 类 中的静态方法com.hld.query.util.MapUtils
转换map中key为下划线为驼峰式 ABC_DE => absDe , abc_de=>abcDe

L

LambdaCommonWrapper<T> - com.hld.query.wrapper中的类
自定义mybatis-plus lambda wrapper
LambdaCommonWrapper() - 类 的构造器com.hld.query.wrapper.LambdaCommonWrapper
 
LambdaCommonWrapper(T) - 类 的构造器com.hld.query.wrapper.LambdaCommonWrapper
 

M

main(String[]) - 类 中的静态方法com.hld.query.test.QueryTest
 
main(String[]) - 类 中的静态方法com.hld.query.util.ReflexUtil
 
MapUtils - com.hld.query.util中的类
Map 工具类
MapUtils() - 类 的构造器com.hld.query.util.MapUtils
 

N

NOT_NULL - 接口 中的静态变量com.hld.query.exception.ErrorCode
不能为空

O

OrderType - com.hld.query.params中的枚举
 

P

PageData<T> - com.hld.query.util中的类
分页工具类
PageData(List<T>, Long) - 类 的构造器com.hld.query.util.PageData
分页
PageData(List<T>, Long, Long) - 类 的构造器com.hld.query.util.PageData
分页
PARAMS_GET_ERROR - 接口 中的静态变量com.hld.query.exception.ErrorCode
获取参数失败

Q

QueryOptions - com.hld.query.params中的类
 
QueryOptions() - 类 的构造器com.hld.query.params.QueryOptions
 
QueryTest - com.hld.query.test中的类
 
QueryTest() - 类 的构造器com.hld.query.test.QueryTest
 
QueryUtils - com.hld.query.util中的类
自定义查询工具类
QueryUtils() - 类 的构造器com.hld.query.util.QueryUtils
 

R

ReflexUtil - com.hld.query.util中的类
 
ReflexUtil() - 类 的构造器com.hld.query.util.ReflexUtil
 
removeLine(String) - 类 中的静态方法com.hld.query.util.ReflexUtil
 
replace(String, String, String) - 类 中的静态方法com.hld.query.util.StringUtils
 
replace(String, String, String, int) - 类 中的静态方法com.hld.query.util.StringUtils
 
Result<T> - com.hld.query.util中的类
Result
Result() - 类 的构造器com.hld.query.util.Result
 
Result(int, String) - 类 的构造器com.hld.query.util.Result
 
Result(int) - 类 的构造器com.hld.query.util.Result
 

S

select(String...) - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
select(Predicate<TableFieldInfo>) - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
select(Class<T>, Predicate<TableFieldInfo>) - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
select(SFunction...) - 类 中的方法com.hld.query.wrapper.LambdaCommonWrapper
 
select(Predicate<TableFieldInfo>) - 类 中的方法com.hld.query.wrapper.LambdaCommonWrapper
 
select(Class<T>, Predicate<TableFieldInfo>) - 类 中的方法com.hld.query.wrapper.LambdaCommonWrapper
 
setFirstSql(String) - 类 中的方法com.hld.query.wrapper.CommonWrapper
 
setName(String) - 枚举 中的方法com.hld.query.enums.AttrType
 
setName(String) - 枚举 中的方法com.hld.query.params.FilterType
 
setName(String) - 枚举 中的方法com.hld.query.params.ICondition
 
setName(String) - 枚举 中的方法com.hld.query.params.OrderType
 
setType(Integer) - 枚举 中的方法com.hld.query.params.FilterType
 
setType(Integer) - 枚举 中的方法com.hld.query.params.ICondition
 
setValue(Object, Class<?>, String, Class<?>, Object) - 类 中的静态方法com.hld.query.util.ReflexUtil
根据属性,拿到set方法,并把值set到对象中 test set Person person2 = new Person(); String field2 = "name"; setValue(person2, person2.getClass(), field2, Person.class.getDeclaredField(field2).getType(), "汪汪"); System.out.println(person2); 获取某个属性的类型 System.out.println(Person.class.getDeclaredField("age").getType());
split(String, String) - 类 中的静态方法com.hld.query.util.StringUtils
 
splitOptions(QueryOptions, Class) - 类 中的静态方法com.hld.query.util.QueryUtils
二次拼接查询参数
splitOptions(QueryOptions, List<TableInfo>) - 类 中的静态方法com.hld.query.util.QueryUtils
二次拼接查询参数
splitPage(String, CommonWrapper) - 类 中的静态方法com.hld.query.util.QueryUtils
拼接mysql分页参数
splitSql(CommonWrapper) - 类 中的静态方法com.hld.query.util.QueryUtils
 
splitWhereSql(String, Map<String, Object>) - 类 中的静态方法com.hld.query.util.QueryUtils
二次拼接wrapper内条件sql 将引用参数转换为实参
splitWhereSql(CommonWrapper) - 类 中的静态方法com.hld.query.util.QueryUtils
 
SQL_AND - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_CLOSE_PAREN - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_COMMA - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_FROM - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_LIMIT - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_NO_WHERE_SQL - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_OPEN_PAREN - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_ORACLE_PAGING1 - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_ORACLE_PAGING2 - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_ORACLE_PAGING3 - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_POINT - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_SELECT - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_SINGLE_QUOTE - 接口 中的静态变量com.hld.query.util.SqlParams
 
SQL_WHERE - 接口 中的静态变量com.hld.query.util.SqlParams
 
SqlFilter - com.hld.query.util中的类
SQL过滤
SqlFilter() - 类 的构造器com.hld.query.util.SqlFilter
 
sqlInject(String) - 类 中的静态方法com.hld.query.util.SqlFilter
SQL注入过滤
sqlInject(List<String>) - 类 中的静态方法com.hld.query.util.SqlFilter
 
sqlInjectObject(List<Object>) - 类 中的静态方法com.hld.query.util.SqlFilter
 
SqlParams - com.hld.query.util中的接口
sql 拼接参数
StringArrayToLongArray(String[]) - 类 中的静态方法com.hld.query.util.StringUtils
字符串数组转换成Long数组
StringUtils - com.hld.query.util中的类
 
StringUtils() - 类 的构造器com.hld.query.util.StringUtils
 
SUCCESS - 接口 中的静态变量com.hld.query.exception.ErrorCode
成功
success(Object) - 类 中的方法com.hld.query.util.Result
普通成功返回
success() - 类 中的方法com.hld.query.util.Result
普通成功返回
SysUserEntity - com.hld.query.test.entity中的类
 
SysUserEntity() - 类 的构造器com.hld.query.test.entity.SysUserEntity
 
SysUserVO - com.hld.query.test.vo中的类
 
SysUserVO() - 类 的构造器com.hld.query.test.vo.SysUserVO
 

T

TableFiledInfo - com.hld.query.annotations中的注释类型
此注解用于在自定义查询中配置各个字段所属表、表别名和entity中column name对应数据库字段是否一致
TableInfo - com.hld.query.params中的类
 
TableInfo() - 类 的构造器com.hld.query.params.TableInfo
 
TableRelations - com.hld.query.annotations中的注释类型
表关系注解
testSql(QueryOptions, Class, DatabaseType) - 类 中的静态方法com.hld.query.util.QueryUtils
 
TOKEN_INVALID - 接口 中的静态变量com.hld.query.exception.ErrorCode
token失效,请重新登录

U

unauthorized(String) - 类 中的方法com.hld.query.util.Result
未登录时使用
underLine2Camel(String) - 类 中的静态方法com.hld.query.util.StringUtils
下滑线 转驼峰
underlineToHump(String) - 类 中的静态方法com.hld.query.util.ReflexUtil
下划线命名转为驼峰命名

V

VALIDATE_FAILED - 接口 中的静态变量com.hld.query.exception.ErrorCode
参数校验失败
validateFailed(String) - 类 中的方法com.hld.query.util.Result
参数验证失败使用
validateFailed(BindingResult) - 类 中的方法com.hld.query.util.Result
参数验证失败使用
valueOf(String) - 枚举 中的静态方法com.hld.query.enums.AttrType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.hld.query.enums.DatabaseType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.hld.query.enums.HandleType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.hld.query.params.FilterType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.hld.query.params.ICondition
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.hld.query.params.OrderType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.hld.query.enums.AttrType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.hld.query.enums.DatabaseType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.hld.query.enums.HandleType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.hld.query.params.FilterType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.hld.query.params.ICondition
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.hld.query.params.OrderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E F G H I J K L M N O P Q R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.