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

A

AbstractMethodImpl - querymethods.mybatisplus中的类
 
AbstractMethodImpl() - 类 的构造器querymethods.mybatisplus.AbstractMethodImpl
 
AbstractQueryEntityProcesser - joinquery.processer中的类
 
AbstractQueryEntityProcesser() - 类 的构造器joinquery.processer.AbstractQueryEntityProcesser
 
addGroupByColumns(QueryColumn) - 类 中的方法joinquery.BaseQueryWrapper
 
addHavingQueryCondition(QueryCondition, SqlConnector) - 类 中的方法joinquery.BaseQueryWrapper
 
AddJoin(Join) - 类 中的方法joinquery.BaseQueryWrapper
 
addJoinTable(QueryTable) - 类 中的方法joinquery.BaseQueryWrapper
 
addOrderBy(QueryOrderBy) - 类 中的方法joinquery.BaseQueryWrapper
 
addPropertyColumn(String, String) - 类 中的方法querymethods.mybatisplus.MPTableInfo
 
addSelectColumn(QueryColumn) - 类 中的方法joinquery.BaseQueryWrapper
 
addStringToArray(String[], String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Append the given String to the given String array, returning a new array consisting of the input array contents plus the given String.
addWhereQueryCondition(QueryCondition, SqlConnector) - 类 中的方法joinquery.BaseQueryWrapper
 
afterPropertiesSet() - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
alias - 类 中的变量joinquery.QueryColumn
 
alias - 类 中的变量joinquery.QueryTable
 
ALL_KEYWORDS - 枚举 中的静态变量querymethods.spring.data.query.parser.Part.Type
 
and(QueryCondition) - 类 中的方法joinquery.Brackets
 
and(QueryCondition) - 类 中的方法joinquery.JoinQueryWrapper
 
and(String) - 类 中的方法joinquery.JoinQueryWrapper
 
and(String, Object...) - 类 中的方法joinquery.JoinQueryWrapper
 
and(QueryCondition) - 类 中的方法joinquery.QueryCondition
 
and(Sort) - 类 中的方法querymethods.spring.data.query.domain.Sort
Returns a new Sort consisting of the Sort.Orders of the current Sort combined with the given ones.
appendQuestionMark(StringBuilder) - 类 中的方法joinquery.QueryCondition
 
applyRelativePath(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
areNotBlank(String...) - 类 中的静态方法joinquery.util.StringUtil
 
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a String array into a delimited String (e.g.
ArrayUtil - joinquery.util中的类
 
ArrayUtil() - 类 的构造器joinquery.util.ArrayUtil
 
as(String) - 类 中的方法joinquery.FunctionQueryColumn
 
as(String) - 类 中的方法joinquery.Joiner
 
as(String) - 类 中的方法joinquery.JoinQueryWrapper
 
as(String) - 类 中的方法joinquery.QueryColumn
 
as(String) - 类 中的方法joinquery.QueryTable
 
as(String) - 类 中的方法joinquery.TableDef
 
asc() - 类 中的方法joinquery.QueryColumn
 
Assert - querymethods.spring.data.util中的类
 
Assert() - 类 的构造器querymethods.spring.data.util.Assert
 
avg(String) - 类 中的静态方法joinquery.QueryFunctions
 
avg(QueryColumn) - 类 中的静态方法joinquery.QueryFunctions
 

B

BACKQUOTE - 类 中的静态变量joinquery.dialect.KeywordWrap
反引号反义处理, 适用于 mysql, h2 等
BaseQueryWrapper<T> - joinquery中的类
 
BaseQueryWrapper() - 类 的构造器joinquery.BaseQueryWrapper
 
before - 类 中的变量joinquery.QueryCondition
 
between(Object, Object) - 类 中的方法joinquery.QueryColumn
between
Brackets - joinquery中的类
括号
Brackets(QueryCondition) - 类 的构造器joinquery.Brackets
 
build(Part, QueryWrapper, Queue<Object>, MPTableInfo, String) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusWhereFactory
拼装where条件,参考spring data PredicateBuilder
build(Part, Example.Criteria, Queue<Object>, String) - 类 中的静态方法querymethods.tkmapper.TkMapperWhereFactory
拼装where条件,参考spring data PredicateBuilder
buildGroupBySql(StringBuilder, List<QueryTable>, IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
buildGroupBySql(StringBuilder, JoinQueryWrapper, List<QueryTable>, IDialect) - 类 中的静态方法joinquery.CPI
 
buildHavingSql(StringBuilder, List<QueryTable>, IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
buildHavingSql(StringBuilder, JoinQueryWrapper, List<QueryTable>, IDialect) - 类 中的静态方法joinquery.CPI
 
buildJoinSql(StringBuilder, IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
buildJoinSql(StringBuilder, JoinQueryWrapper, IDialect) - 类 中的静态方法joinquery.CPI
 
buildLimitOffsetSql(StringBuilder, JoinQueryWrapper, Integer, Integer) - 类 中的方法joinquery.dialect.CommonsDialectImpl
构建 limit 和 offset 的参数
buildOrderBySql(StringBuilder, List<QueryTable>, IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
buildOrderBySql(StringBuilder, JoinQueryWrapper, List<QueryTable>, IDialect) - 类 中的静态方法joinquery.CPI
 
buildQuestion(int, boolean) - 类 中的方法joinquery.dialect.CommonsDialectImpl
 
buildSelectCountSql(JoinQueryWrapper) - 类 中的方法joinquery.dialect.CommonsDialectImpl
 
buildSelectCountSql(JoinQueryWrapper) - 接口 中的方法joinquery.dialect.IDialect
 
buildSelectSql(JoinQueryWrapper) - 类 中的方法joinquery.dialect.CommonsDialectImpl
 
buildSelectSql(JoinQueryWrapper) - 接口 中的方法joinquery.dialect.IDialect
 
buildWhereSql(StringBuilder, List<QueryTable>, IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
buildWhereSql(StringBuilder, JoinQueryWrapper, List<QueryTable>, IDialect) - 类 中的静态方法joinquery.CPI
 

C

camelToUnderline(String) - 类 中的静态方法joinquery.processer.AbstractQueryEntityProcesser
驼峰转下划线
camelToUnderline(String) - 类 中的静态方法joinquery.util.StringUtil
驼峰转下划线格式
capitalize(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
checkDaoConfig() - 类 中的方法querymethods.mybatisplus.QueryMethodsMapperFactoryBean
checkDaoConfig() - 类 中的方法querymethods.tkmapper.QueryMethodsMapperFactoryBean
checkEffective() - 类 中的方法joinquery.Join
 
checkEffective() - 类 中的方法joinquery.QueryCondition
 
checkProperty(String, Class<?>, PartTree) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
检查property是否在entityClass中
checkProperty(String, Class<?>, PartTree) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
检查property是否在entityClass中
cleanPath(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
clearHintDbType() - 类 中的静态方法joinquery.dialect.DialectFactory
清除当前线程的 dbType
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a Collection into a delimited String (e.g.
CollectionUtil - joinquery.util中的类
 
CollectionUtil() - 类 的构造器joinquery.util.CollectionUtil
 
column - 类 中的变量joinquery.FunctionQueryColumn
 
column - 类 中的变量joinquery.QueryCondition
 
commaDelimitedListToSet(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
CommonsDialectImpl - joinquery.dialect中的类
通用的方言设计,其他方言可以继承于当前 CommonsDialectImpl 创建或获取方言请参考 DialectFactory
CommonsDialectImpl() - 类 的构造器joinquery.dialect.CommonsDialectImpl
 
CommonsDialectImpl(LimitOffsetProcesser) - 类 的构造器joinquery.dialect.CommonsDialectImpl
 
CommonsDialectImpl(KeywordWrap, LimitOffsetProcesser) - 类 的构造器joinquery.dialect.CommonsDialectImpl
 
computeIfAbsent(Map<K, V>, K, Function<? super K, ? extends V>) - 类 中的静态方法joinquery.util.CollectionUtil
主要是用于修复 concurrentHashMap 在 jdk1.8 下的死循环问题
concat(T[], T[]) - 类 中的静态方法joinquery.util.ArrayUtil
合并两个数组为一个新的数组
concatenateStringArrays(String[], String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
connect(QueryCondition, SqlConnector) - 类 中的方法joinquery.QueryCondition
 
connector - 类 中的变量joinquery.QueryCondition
 
connectToChild(QueryCondition, SqlConnector) - 类 中的方法joinquery.Brackets
 
contains(T[], T) - 类 中的静态方法joinquery.util.ArrayUtil
查看数组中是否包含某一个值
containsConstant(Enum<?>[], String) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name, ignoring case when determining a match.
containsConstant(Enum<?>[], String, boolean) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Check whether the given array contains the given element.
containsWhitespace(CharSequence) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check whether the given String contains any whitespace characters.
content - 类 中的变量joinquery.StringQueryColumn
 
count() - 类 中的静态方法joinquery.QueryFunctions
 
count(String) - 类 中的静态方法joinquery.QueryFunctions
 
count(QueryColumn) - 类 中的静态方法joinquery.QueryFunctions
 
count(SqlSession, JoinQueryWrapper) - 类 中的静态方法joinquery.util.JoinQueryUtil
 
countOccurrencesOf(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Count the occurrences of the substring sub in string str.
countSqlJdbc(DbType, JoinQueryWrapper) - 类 中的静态方法joinquery.util.JoinQueryUtil
把#{p0}替换成 ?
CPI - joinquery中的类
Cross Package Invoke 夸包调用工具类,这么设计的原因,是需要保证 QueryWrapper 方法对于用户的纯净性 而 framework 又可以通过 CPI 来调用 QueryWrapper 的其他方法
CPI() - 类 的构造器joinquery.CPI
 
create() - 类 中的静态方法joinquery.JoinQueryWrapper
 
create(QueryColumn, Object) - 类 中的静态方法joinquery.QueryCondition
 
create(QueryColumn, String, Object) - 类 中的静态方法joinquery.QueryCondition
 
create(String, String) - 类 中的静态方法querymethods.spring.data.PartTreeFactory
创建PartTree并缓存起来
createEmpty() - 类 中的静态方法joinquery.QueryCondition
 
createExample(String, Class, Map<String, Object>) - 类 中的静态方法querymethods.tkmapper.TkMapperWhereFactory
根据方法名和参数填充example
createQueyWrapper(String, Class<T>, Map<String, Object>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusWhereFactory
根据方法名和参数填充example
crossJoin(String) - 类 中的方法joinquery.JoinQueryWrapper
 
crossJoin(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
crossJoinIf(String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
crossJoinIf(JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 

D

datasource - 类 中的变量joinquery.BaseQueryWrapper
 
datasource(String) - 类 中的方法joinquery.JoinQueryWrapper
 
DB2 - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
db2 的处理器 适合 DbType#DB2,DbType#SQL_SERVER2005
DbType - joinquery.dialect中的枚举
 
DbTypeInterceptor - joinquery.interceptor中的类
查询方法拦截器
DbTypeInterceptor() - 类 的构造器joinquery.interceptor.DbTypeInterceptor
 
DbTypeUtil - joinquery.dialect中的类
DbType 解析 工具类
DbTypeUtil() - 类 的构造器joinquery.dialect.DbTypeUtil
 
DEFAULT_DIRECTION - 类 中的静态变量querymethods.spring.data.query.domain.Sort
 
delete(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Delete any character in a given String.
deleteByExample(MappedStatement, Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
根据Example删除
deleteByExample(MappedStatement, Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
根据Example删除
delimitedListToStringArray(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
DELIMITER - 类 中的静态变量querymethods.mybatisplus.ResultMapUtil
 
DERBY - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
derby 的处理器 适合 DbType#DERBY,DbType#ORACLE_12C,DbType#SQL_SERVER,DbType#POSTGRE_SQL
desc() - 类 中的方法joinquery.QueryColumn
 
DialectFactory - joinquery.dialect中的类
方言工厂类,用于创建方言
DialectFactory() - 类 的构造器joinquery.dialect.DialectFactory
 
distinct(QueryColumn...) - 类 中的静态方法joinquery.QueryFunctions
 
DistinctQueryColumn - joinquery中的类
 
DistinctQueryColumn(QueryColumn...) - 类 的构造器joinquery.DistinctQueryColumn
 
DOUBLE_QUOTATION - 类 中的静态变量joinquery.dialect.KeywordWrap
双引号反义处理, 适用于 postgresql, sqlite, derby, oracle 等

E

effective - 类 中的变量joinquery.QueryCondition
 
endsWithAny(String, String...) - 类 中的静态方法joinquery.util.StringUtil
 
endsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
eq(Object) - 类 中的方法joinquery.QueryColumn
equals
equals(Object) - 类 中的方法querymethods.spring.data.mapping.PropertyPath
 
equals(Object) - 类 中的方法querymethods.spring.data.query.domain.Sort
 
equals(Object) - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
 
equals(Object) - 类 中的方法querymethods.spring.data.query.parser.Part
 
exist(JoinQueryWrapper) - 类 中的静态方法joinquery.QueryFunctions
 
extractProperty(String) - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Callback method to extract the actual propertyPath to be bound from the given part.

F

filer - 类 中的变量joinquery.processer.AbstractQueryEntityProcesser
 
filterTableFieldInfo(List<TableFieldInfo>, Predicate<TableFieldInfo>, Function<TableFieldInfo, String>, String) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
findClass(String) - 类 中的静态方法querymethods.QueryMethodsConfig
根据类名查找Class
FIREBIRD - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
Firebird 的处理器 适合 DbType.FIREBIRD
firstCharToLowerCase(String) - 类 中的静态方法joinquery.processer.AbstractQueryEntityProcesser
 
firstCharToLowerCase(String) - 类 中的静态方法joinquery.util.StringUtil
第一个字符转换为小写
firstCharToUpperCase(String) - 类 中的静态方法joinquery.util.StringUtil
第一个字符转换为大写
fnName - 类 中的变量joinquery.FunctionQueryColumn
 
forObject(Object) - 类 中的静态方法querymethods.util.MetaObjectUtil
 
from(TableDef...) - 类 中的方法joinquery.JoinQueryWrapper
 
from(String...) - 类 中的方法joinquery.JoinQueryWrapper
 
from(QueryTable...) - 类 中的方法joinquery.JoinQueryWrapper
 
from(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
from(String) - 类 中的静态方法querymethods.spring.data.mapping.PropertyPath
Extracts the PropertyPath chain from the given source String.
fromProperty(String) - 枚举 中的静态方法querymethods.spring.data.query.parser.Part.Type
Returns the Part.Type of the Part for the given raw propertyPath.
fromString(String) - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.Direction
Returns the Sort.Direction enum for the given String value.
fromStringOrNull(String) - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.Direction
Returns the Sort.Direction enum for the given String or null if it cannot be parsed into an enum value.
fullJoin(String) - 类 中的方法joinquery.JoinQueryWrapper
 
fullJoin(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
fullJoinIf(String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
fullJoinIf(JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
FunctionQueryColumn - joinquery中的类
数据库 聚合函数,例如 count(id) ,max(account.age) 等等
FunctionQueryColumn(String, String) - 类 的构造器joinquery.FunctionQueryColumn
 
FunctionQueryColumn(String, QueryColumn) - 类 的构造器joinquery.FunctionQueryColumn
 

G

ge(Object) - 类 中的方法joinquery.QueryColumn
大于等于 greater or equal
getAlias() - 类 中的方法joinquery.QueryColumn
 
getAnnotationDefaultValues(Element, String) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
getAnnotationMirror(Element, String) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
getBaseQuerySql(IDialect) - 类 中的方法joinquery.BaseQueryWrapper
 
getBaseQuerySql(JoinQueryWrapper, IDialect) - 类 中的静态方法joinquery.CPI
 
getColumn() - 类 中的方法joinquery.FunctionQueryColumn
 
getColumn() - 类 中的方法joinquery.QueryCondition
 
getColumnByProperty(String) - 类 中的方法querymethods.mybatisplus.MPTableInfo
 
getColumnName(Element) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
getColumnName(Element) - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
getColumnName(Element) - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
getDatasource() - 类 中的方法joinquery.BaseQueryWrapper
 
getDbType(Configuration) - 类 中的静态方法joinquery.util.JoinQueryUtil
根据 jdbcUrl 获取数据库方言
getDialect() - 类 中的静态方法joinquery.dialect.DialectFactory
获取方言
getDialect(DbType) - 类 中的静态方法joinquery.dialect.DialectFactory
 
getDirection() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns the order the property shall be sorted for.
getDisplayString(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a content-based String representation if obj is not null; otherwise returns an empty String.
getEffectiveBefore() - 类 中的方法joinquery.QueryCondition
 
getEntityClass(String) - 类 中的静态方法querymethods.util.MsIdUtil
通过msId来获取对应的EntityClass
getEntityClass(Class<?>) - 类 中的静态方法querymethods.util.MsIdUtil
根据MapperClass获取的EntityClass
getExampleByMsId(String, Queue<Object>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusWhereFactory
根据MappedStatement id 与参数生成Example
getExampleByMsId(String, Queue<Object>) - 类 中的静态方法querymethods.tkmapper.TkMapperWhereFactory
根据MappedStatement id 与参数生成Example
getFilename(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getFnName() - 类 中的方法joinquery.FunctionQueryColumn
 
getGroupByColumns() - 类 中的方法joinquery.BaseQueryWrapper
 
getHavingQueryCondition() - 类 中的方法joinquery.BaseQueryWrapper
 
getHintDbType() - 类 中的静态方法joinquery.dialect.DialectFactory
获取当前线程的 dbType
getIdentityHexString(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getInstance(Class<?>, Class<?>) - 类 中的静态方法querymethods.mybatisplus.ResultMapUtil
实例化TypeHandler
getJoins() - 类 中的方法joinquery.BaseQueryWrapper
 
getJoinTables() - 类 中的方法joinquery.BaseQueryWrapper
 
getJoinTables(JoinQueryWrapper) - 类 中的静态方法joinquery.CPI
 
getKeywords() - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Returns all keywords supported by the current Part.Type.
getLeafProperty() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the leaf property of the PropertyPath.
getLimitOffset() - 类 中的方法joinquery.BaseQueryWrapper
 
getLimitOffset(JoinQueryWrapper) - 类 中的静态方法joinquery.CPI
 
getLimitRows() - 类 中的方法joinquery.BaseQueryWrapper
 
getLimitRows(JoinQueryWrapper) - 类 中的静态方法joinquery.CPI
 
getLogic() - 类 中的方法joinquery.QueryCondition
 
getMapperClass(String) - 类 中的静态方法querymethods.util.MsIdUtil
通过msId来获取对应的MapperClass
getMapperClasss() - 类 中的静态方法querymethods.QueryMethodsConfig
Mapper父接口,用于获取实体对象
getMapperHelper() - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
 
getMaxResults() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Return the number of maximal results to return or null if not restricted.
getMethodName(String) - 类 中的静态方法querymethods.util.MsIdUtil
根据msId来获取对应的方法名
getMPTableInfo(Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
 
getMybatisPlusBaseMapperClass() - 类 中的静态方法querymethods.QueryMethodsConfig
获取mybatis-plus的基础Mapper接口
getName() - 枚举 中的方法joinquery.dialect.DbType
 
getName() - 类 中的方法joinquery.QueryColumn
 
getName() - 类 中的方法joinquery.QueryTable
 
getNameGenerator() - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Gets beanNameGenerator to be used while running the scanner.
getNullHandling() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns the used Sort.NullHandling hint, which can but may not be respected by the used datastore.
getNumberOfArguments() - 类 中的方法querymethods.spring.data.query.parser.Part
Returns how many method parameters are bound by this part.
getNumberOfArguments() - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Returns the number of arguments the propertyPath binds.
getOrderBys() - 类 中的方法joinquery.BaseQueryWrapper
 
getOrderFor(String) - 类 中的方法querymethods.spring.data.query.domain.Sort
Returns the order registered for the given property.
getOrmType() - 类 中的静态方法querymethods.QueryMethodsConfig
当前ORM,默认为tkmapper,可以使用setOrmType设置
getParameterRequired() - 类 中的方法querymethods.spring.data.query.parser.Part
 
getParts() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns an Iterable of all parts contained in the PartTree.
getParts(Part.Type) - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns all Parts of the PartTree of the given Part.Type.
getProperty() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns the property to order for.
getProperty() - 类 中的方法querymethods.spring.data.query.parser.Part
 
getQueryProperty() - 类 中的方法querymethods.spring.data.query.parser.PartTree
 
getQueryTables() - 类 中的方法joinquery.BaseQueryWrapper
 
getQueryTables(JoinQueryWrapper) - 类 中的静态方法joinquery.CPI
 
getQueryWrapper(Map) - 类 中的静态方法joinquery.JoinQuerySqlProvider
 
getQueryWrapper() - 类 中的方法joinquery.SelectQueryTable
 
getRemarks() - 枚举 中的方法joinquery.dialect.DbType
 
getResultMap(TableInfo, Configuration) - 类 中的静态方法querymethods.mybatisplus.ResultMapUtil
生成当前实体的resultMap对象
getSegment() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the name of the PropertyPath.
getSelectColumns() - 类 中的方法joinquery.BaseQueryWrapper
 
getSort() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns the Sort specification parsed from the source or null.
getSqlByMs(MappedStatement) - 类 中的静态方法querymethods.util.SqlUtil
根据MappedStatement id来生成sql
getSupportedAnnotationTypes() - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
getSupportedAnnotationTypes() - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
getSupportedSourceVersion() - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
getSupportedSourceVersion() - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
getTable() - 类 中的方法joinquery.QueryColumn
 
getTableInfo(Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
 
getTableName(Element) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
getTableName(Element) - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
getTableName(Element) - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
getTableName() - 类 中的方法joinquery.TableDef
 
getTkMapperBaseMapperClass() - 类 中的静态方法querymethods.QueryMethodsConfig
获取tk.mapper的基础Mapper接口
getType() - 类 中的方法querymethods.spring.data.query.parser.Part
 
getValue() - 类 中的方法joinquery.Brackets
 
getValue() - 类 中的方法joinquery.OperatorQueryCondition
 
getValue() - 类 中的方法joinquery.OperatorSelectCondition
 
getValue() - 类 中的方法joinquery.QueryCondition
 
getValueArray() - 类 中的方法joinquery.JoinQueryWrapper
获取 queryWrapper 的参数 在构建 sql 的时候,需要保证 where 在 having 的前面
getValueMap() - 类 中的方法joinquery.JoinQueryWrapper
获取 queryWrapper 的参数 在构建 sql 的时候,需要保证 where 在 having 的前面
getWhereQueryCondition() - 类 中的方法joinquery.BaseQueryWrapper
 
groupBy(String) - 类 中的方法joinquery.JoinQueryWrapper
 
groupBy(String...) - 类 中的方法joinquery.JoinQueryWrapper
 
groupBy(QueryColumn) - 类 中的方法joinquery.JoinQueryWrapper
 
groupBy(QueryColumn...) - 类 中的方法joinquery.JoinQueryWrapper
 
groupByColumns - 类 中的变量joinquery.BaseQueryWrapper
 
gt(Object) - 类 中的方法joinquery.QueryColumn
大于 greater than

H

handleUncaughtError(Element, Throwable) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
hashCode() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
 
hashCode() - 类 中的方法querymethods.spring.data.query.domain.Sort
 
hashCode() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
 
hashCode() - 类 中的方法querymethods.spring.data.query.parser.Part
 
hashCode(boolean) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return the same value as Boolean.hashCode()}.
hashCode(double) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return the same value as Double.hashCode()}.
hashCode(float) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return the same value as Float.hashCode()}.
hashCode(long) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return the same value as Long.hashCode()}.
hasLength(CharSequence) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check that the given String is neither null nor of length 0.
hasNext() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns whether there is a nested PropertyPath.
hasText(String, String) - 类 中的静态方法querymethods.spring.data.util.Assert
 
hasText(CharSequence) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check whether the given String contains actual text.
having(QueryCondition) - 类 中的方法joinquery.JoinQueryWrapper
 
havingQueryCondition - 类 中的变量joinquery.BaseQueryWrapper
 

I

identityToString(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of an object's overall identity.
IDialect - joinquery.dialect中的接口
 
IfThen - querymethods.util中的类
动态SQL,可以 判断条件是否满足 notNullThen - 值不等于null时执行 nullThen - 值等于null时执行 notEmptyThen - 值不等于null和空时执行(可以是String, Map, Collection, Array) 例: Example example = new Example(Blog.class); Example.Criteria criteria = example.createCriteria(); IfThen ds = new IfThen(); ds.notEmptyThen(id, val -> criteria.andEqualTo("id", val)).isNotEmptyThen(name, val -> criteria.andEqualTo("name", val));
IfThen() - 类 的构造器querymethods.util.IfThen
 
Ignore - joinquery.processer中的注释类型
标记注解,实体加上后将不会生成JoinQueryEntity
ignoreCase() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a new Sort.Order with case insensitive sorting enabled.
in(Object...) - 类 中的方法joinquery.QueryColumn
in arrays
in(JoinQueryWrapper) - 类 中的方法joinquery.QueryColumn
in child select
in(Collection<?>) - 类 中的方法joinquery.QueryColumn
in Collection
index - 类 中的变量joinquery.QueryCondition
 
INFORMIX - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
Informix 的处理器 适合 DbType.INFORMIX 文档 {@link init(ProcessingEnvironment) - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
init(ProcessingEnvironment) - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
innerJoin(String) - 类 中的方法joinquery.JoinQueryWrapper
 
innerJoin(TableDef) - 类 中的方法joinquery.JoinQueryWrapper
 
innerJoin(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
innerJoinIf(String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
innerJoinIf(TableDef, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
innerJoinIf(JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
intercept(Invocation) - 类 中的方法joinquery.interceptor.DbTypeInterceptor
 
intercept(Invocation) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
isAbsolutePath(String) - 类 中的静态方法joinquery.processer.AbstractQueryEntityProcesser
 
isAnyBlank(String...) - 类 中的静态方法joinquery.util.StringUtil
 
isArray(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAscending() - 枚举 中的方法querymethods.spring.data.query.domain.Sort.Direction
Returns whether the direction is ascending.
isAscending() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns whether sorting for this property shall be ascending.
isBlank(String) - 类 中的静态方法joinquery.util.StringUtil
字符串为 null 或者内部字符全部为 ' ', '\t', '\n', '\r' 这四类字符时返回 true
isCountProjection() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns whether a count projection shall be applied.
isDelete() - 类 中的方法querymethods.spring.data.query.parser.PartTree
return true if the created PartTree is meant to be used for delete operation.
isDeleteMethod(String) - 类 中的静态方法querymethods.QueryMethodsHelper
 
isDescending() - 枚举 中的方法querymethods.spring.data.query.domain.Sort.Direction
Returns whether the direction is descending.
isDescending() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns whether sorting for this property shall be descending.
isDistinct() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns whether we indicate distinct lookup of entities.
isEmpty(T[]) - 类 中的静态方法joinquery.util.ArrayUtil
判断数组是否为空
isEmpty(Collection<?>) - 类 中的静态方法joinquery.util.CollectionUtil
 
isEmpty(Map<?, ?>) - 类 中的静态方法joinquery.util.CollectionUtil
 
isEmpty(Object[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Check whether the given String is empty.
isEmpty(Object) - 类 中的静态方法querymethods.util.IfThen
判断是否为null或空
isExistsProjection() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Returns whether an exists projection shall be applied.
isIgnoreCase() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns whether or not the sort will be case sensitive.
isIgnoreColumn(Element) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
isIgnoreColumn(Element) - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
isIgnoreColumn(Element) - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
isLimiting() - 类 中的方法querymethods.spring.data.query.parser.PartTree
Return true if the create PartTree is meant to be used for a query with limited maximal results.
isMatchedRegex(String, String) - 类 中的静态方法joinquery.dialect.DbTypeUtil
正则匹配,验证成功返回 true,验证失败返回 false
isMybatisPlus() - 类 中的静态方法querymethods.QueryMethodsConfig
是否使用mybatis-plus
isNotBlank(String) - 类 中的静态方法joinquery.util.StringUtil
 
isNotEmpty(T[]) - 类 中的静态方法joinquery.util.ArrayUtil
判断数组是否不为空
isNotEmpty(Collection<?>) - 类 中的静态方法joinquery.util.CollectionUtil
 
isNotEmpty(Map<?, ?>) - 类 中的静态方法joinquery.util.CollectionUtil
 
isNotNull(String) - 类 中的方法joinquery.QueryColumn
IS NOT NULL
isNull(String) - 类 中的方法joinquery.QueryColumn
IS NULL
isNumeric(String) - 类 中的静态方法joinquery.util.StringUtil
这个字符串是否是全是数字
isQueryMethod(String) - 类 中的静态方法querymethods.QueryMethodsHelper
 
isTkMapper() - 类 中的静态方法querymethods.QueryMethodsConfig
是否为tkmapper
iterator() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
 
iterator() - 类 中的方法querymethods.spring.data.query.domain.Sort
 
iterator() - 类 中的方法querymethods.spring.data.query.parser.PartTree
 
iterator() - 类 中的方法querymethods.spring.data.query.parser.PartTree.OrPart
 

J

Join - joinquery中的类
 
Join(String, String, boolean) - 类 的构造器joinquery.Join
 
Join(String, JoinQueryWrapper, boolean) - 类 的构造器joinquery.Join
 
join(String, CharSequence...) - 类 中的静态方法joinquery.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<? extends CharSequence>) - 类 中的静态方法joinquery.util.StringUtil
合并字符串,优化 String.join() 方法
join(String, Collection<T>, Function<T, String>) - 类 中的静态方法joinquery.util.StringUtil
合并字符串,优化 String.join() 方法
Joiner<M> - joinquery中的类
 
Joiner(M, Join) - 类 的构造器joinquery.Joiner
 
joining(String, String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
joining(String, JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
joinquery - 程序包 joinquery
 
joinquery.dialect - 程序包 joinquery.dialect
 
joinquery.interceptor - 程序包 joinquery.interceptor
 
joinquery.processer - 程序包 joinquery.processer
 
joinquery.util - 程序包 joinquery.util
 
JoinQueryMapper<T> - joinquery中的接口
 
JoinQuerySqlProvider - joinquery中的类
 
JoinQueryUtil - joinquery.util中的类
 
JoinQueryWrapper - joinquery中的类
 
JoinQueryWrapper() - 类 的构造器joinquery.JoinQueryWrapper
 
joins - 类 中的变量joinquery.BaseQueryWrapper
 
joinTables - 类 中的变量joinquery.BaseQueryWrapper
 

K

keepColumnSafely(String) - 类 中的静态方法joinquery.util.SqlUtil
 
keepOrderBySqlSafely(String) - 类 中的静态方法joinquery.util.SqlUtil
 
keywordWrap - 类 中的变量joinquery.dialect.CommonsDialectImpl
 
KeywordWrap - joinquery.dialect中的类
用于对数据库的关键字包装
KeywordWrap(String, String) - 类 的构造器joinquery.dialect.KeywordWrap
 

L

le(Object) - 类 中的方法joinquery.QueryColumn
小于等于 less or equal
leftJoin(String) - 类 中的方法joinquery.JoinQueryWrapper
 
leftJoin(TableDef) - 类 中的方法joinquery.JoinQueryWrapper
 
leftJoin(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
leftJoinIf(String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
leftJoinIf(TableDef, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
leftJoinIf(JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
like(Object) - 类 中的方法joinquery.QueryColumn
 
likeLeft(Object) - 类 中的方法joinquery.QueryColumn
 
likeRight(Object) - 类 中的方法joinquery.QueryColumn
 
limit(Integer) - 类 中的方法joinquery.JoinQueryWrapper
 
limit(Integer, Integer) - 类 中的方法joinquery.JoinQueryWrapper
 
limitOffset - 类 中的变量joinquery.BaseQueryWrapper
 
LimitOffsetProcesser - joinquery.dialect中的接口
limit 和 offset 参数的处理器
limitRows - 类 中的变量joinquery.BaseQueryWrapper
 
logger - 类 中的静态变量joinquery.JoinQuerySqlProvider
 
logger - 类 中的静态变量querymethods.QueryMethodsHelper
 
logger - 类 中的静态变量querymethods.tkmapper.TkMapperWhereFactory
 
logic - 类 中的变量joinquery.QueryCondition
 
LOGIC_BETWEEN - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_EQUALS - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_GE - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_GT - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_IN - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_IS_NOT_NULL - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_IS_NULL - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_LE - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_LIKE - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_LT - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_NOT_BETWEEN - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_NOT_EQUALS - 类 中的静态变量joinquery.QueryCondition
 
LOGIC_NOT_IN - 类 中的静态变量joinquery.QueryCondition
 
lt(Object) - 类 中的方法joinquery.QueryColumn
小于 less than

M

map - 类 中的静态变量querymethods.mybatisplus.MybatisPlusUtil
 
MapperScannerConfigurer - querymethods.tkmapper中的类
BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as MapperFactoryBean.
MapperScannerConfigurer() - 类 的构造器querymethods.tkmapper.MapperScannerConfigurer
 
matches(String, String) - 类 中的静态方法joinquery.util.StringUtil
正则匹配
max(String) - 类 中的静态方法joinquery.QueryFunctions
 
max(QueryColumn) - 类 中的静态方法joinquery.QueryFunctions
 
merge(List<T>, List<T>) - 类 中的静态方法joinquery.util.CollectionUtil
合并 list
mergeStringArrays(String[], String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
已过时。
as of 4.3.15, in favor of manual merging via LinkedHashSet (with every entry included at most once, even entries within the first array)
MetaObjectUtil - querymethods.util中的类
来自 分页插件 PageHelper
MetaObjectUtil() - 类 的构造器querymethods.util.MetaObjectUtil
 
method - 类 中的静态变量querymethods.util.MetaObjectUtil
 
min(String) - 类 中的静态方法joinquery.QueryFunctions
 
min(QueryColumn) - 类 中的静态方法joinquery.QueryFunctions
 
MPTableInfo - querymethods.mybatisplus中的类
 
MPTableInfo() - 类 的构造器querymethods.mybatisplus.MPTableInfo
 
MPTableInfo(TableInfo) - 类 的构造器querymethods.mybatisplus.MPTableInfo
 
MsIdUtil - querymethods.util中的类
msId工具类,通过msId获取MapperClass, methodName, entityClass
MybatisPlusQueryEntityProcesser - joinquery.processer中的类
 
MybatisPlusQueryEntityProcesser() - 类 的构造器joinquery.processer.MybatisPlusQueryEntityProcesser
 
MybatisPlusUtil - querymethods.mybatisplus中的类
 
MybatisPlusUtil() - 类 的构造器querymethods.mybatisplus.MybatisPlusUtil
 
MybatisPlusWhereFactory - querymethods.mybatisplus中的类
where条件构建类 参考spring data PredicateBuilder
MybatisPlusWhereFactory() - 类 的构造器querymethods.mybatisplus.MybatisPlusWhereFactory
 
MYSQL - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
MySql 的处理器 适合 DbType#MYSQL,DbType#MARIADB,DbType#H2,DbType#CLICK_HOUSE,DbType#XCloud

N

name - 类 中的变量joinquery.QueryColumn
 
name - 类 中的变量joinquery.QueryTable
 
ne(Object) - 类 中的方法joinquery.QueryColumn
not equals !
newArrayList(T...) - 类 中的静态方法joinquery.util.CollectionUtil
 
newHashMap() - 类 中的静态方法joinquery.util.CollectionUtil
 
newHashSet(T...) - 类 中的静态方法joinquery.util.CollectionUtil
 
next - 类 中的变量joinquery.QueryCondition
 
next() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the next nested PropertyPath.
noCondition() - 类 中的静态方法joinquery.QueryFunctions
 
NONE - 类 中的静态变量joinquery.dialect.KeywordWrap
无反义处理, 适用于 db2, informix, clickhouse 等
not(QueryCondition) - 类 中的静态方法joinquery.QueryFunctions
 
notBetween(Object, Object) - 类 中的方法joinquery.QueryColumn
not between
notEmptyThen(V, Consumer<V>) - 类 中的方法querymethods.util.IfThen
判断是否为null或空
notExist(JoinQueryWrapper) - 类 中的静态方法joinquery.QueryFunctions
 
notIn(Object...) - 类 中的方法joinquery.QueryColumn
not int arrays
notIn(Collection<?>) - 类 中的方法joinquery.QueryColumn
not in Collection
notIn(JoinQueryWrapper) - 类 中的方法joinquery.QueryColumn
not in child select
notNull(Object, String) - 类 中的静态方法querymethods.spring.data.util.Assert
 
notNullThen(V, Consumer<V>) - 类 中的方法querymethods.util.IfThen
当不为null的时候执行Consumer
nullSafeClassName(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeHashCode(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullsFirst() - 类 中的方法joinquery.QueryOrderBy
 
nullsFirst() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling hint.
nullsLast() - 类 中的方法joinquery.QueryOrderBy
 
nullsLast() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NULLS_LAST as null handling hint.
nullsNative() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NATIVE as null handling hint.
nullThen(V, Consumer<V>) - 类 中的方法querymethods.util.IfThen
当为null的时候执行Consumer

O

ObjectUtils - querymethods.spring.data.util中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器querymethods.spring.data.util.ObjectUtils
 
offset(Integer) - 类 中的方法joinquery.JoinQueryWrapper
 
on(QueryCondition) - 类 中的方法joinquery.Join
 
on(String) - 类 中的方法joinquery.Joiner
 
on(QueryCondition) - 类 中的方法joinquery.Joiner
 
OperatorQueryCondition - joinquery中的类
操作类型的操作 示例1:and not ( id > 100 and name like %%)
OperatorQueryCondition(String, QueryCondition) - 类 的构造器joinquery.OperatorQueryCondition
 
OperatorSelectCondition - joinquery中的类
操作类型的操作 示例1:and exist (select 1 from ... where ....)
OperatorSelectCondition(String, JoinQueryWrapper) - 类 的构造器joinquery.OperatorSelectCondition
 
optlockVersion(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
or(QueryCondition) - 类 中的方法joinquery.Brackets
 
or(QueryCondition) - 类 中的方法joinquery.JoinQueryWrapper
 
or(QueryCondition) - 类 中的方法joinquery.QueryCondition
 
ORACLE - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
Oracle11g及以下数据库的处理器 适合 DbType#ORACLE,DbType#DM,DbType#GAUSS
Order(Sort.Direction, String) - 类 的构造器querymethods.spring.data.query.domain.Sort.Order
Creates a new Sort.Order instance. if order is null then order defaults to Sort.DEFAULT_DIRECTION
Order(Sort.Direction, String, Sort.NullHandling) - 类 的构造器querymethods.spring.data.query.domain.Sort.Order
Creates a new Sort.Order instance. if order is null then order defaults to Sort.DEFAULT_DIRECTION
Order(String) - 类 的构造器querymethods.spring.data.query.domain.Sort.Order
Creates a new Sort.Order instance.
orderBy(QueryOrderBy...) - 类 中的方法joinquery.JoinQueryWrapper
 
orderBy(String...) - 类 中的方法joinquery.JoinQueryWrapper
 
orderBys - 类 中的变量joinquery.BaseQueryWrapper
 
ORM_TYPE_MYBATISPLUS - 类 中的静态变量querymethods.QueryMethodsConfig
 
ORM_TYPE_TKMAPPER - 类 中的静态变量querymethods.QueryMethodsConfig
 

P

parseDbType(String) - 类 中的静态方法joinquery.dialect.DbTypeUtil
参考 druid 和 MyBatis-plus 的 JdbcUtils com.alibaba.druid.util.JdbcUtils#getDbType(String, String) com.baomidou.mybatisplus.extension.toolkit.JdbcUtils#getDbType(String)
parseLocaleString(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Parse the given String representation into a Locale.
parseTimeZoneString(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
Part - querymethods.spring.data.query.parser中的类
A single part of a method name that has to be transformed into a query part.
Part(String) - 类 的构造器querymethods.spring.data.query.parser.Part
Creates a new Part from the given method name part, the Class the part originates from and the start parameter index.
Part(String, boolean) - 类 的构造器querymethods.spring.data.query.parser.Part
Creates a new Part from the given method name part, the Class the part originates from and the start parameter index.
Part.IgnoreCaseType - querymethods.spring.data.query.parser中的枚举
The various types of ignore case that are supported.
Part.Type - querymethods.spring.data.query.parser中的枚举
The type of a method name part.
PartTree - querymethods.spring.data.query.parser中的类
Class to parse a String into a tree or PartTree.OrParts consisting of simple Part instances in turn.
PartTree(String) - 类 的构造器querymethods.spring.data.query.parser.PartTree
Creates a new PartTree by parsing the given String.
PartTree.OrPart - querymethods.spring.data.query.parser中的类
A part of the parsed source that results from splitting up the resource around Or keywords.
PartTreeFactory - querymethods.spring.data中的类
PartTree工厂类,创建PartTree并缓存
pathEquals(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Compare two paths after normalization of them.
plugin(Object) - 类 中的方法joinquery.interceptor.DbTypeInterceptor
 
plugin(Object) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
POSTGRESQL - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
Postgresql 的处理器 适合 DbType#POSTGRE_SQL,DbType#SQLITE,DbType#H2,DbType#HSQL,DbType#KINGBASE_ES,DbType#PHOENIX 适合 DbType#SAP_HANA,DbType#IMPALA,DbType#HIGH_GO,DbType#VERTICA,DbType#REDSHIFT 适合 DbType#OPENGAUSS,DbType#TDENGINE,DbType#UXDB
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
process(StringBuilder, JoinQueryWrapper, Integer, Integer) - 接口 中的方法joinquery.dialect.LimitOffsetProcesser
处理构建 limit 和 offset
process(Set<? extends Element>) - 类 中的方法joinquery.processer.AbstractQueryEntityProcesser
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法joinquery.processer.MybatisPlusQueryEntityProcesser
 
process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法joinquery.processer.TkMapperQueryEntityProcesser
 
processConfiguration(Configuration) - 类 中的静态方法querymethods.QueryMethodsHelper
对已经注册的Mapper文件做处理,如果方法上使用了@Select("")注册并且sql为空字符串时就会动态创建sql
处理configuration中全部的MappedStatement
processConfiguration(Configuration, Class<?>) - 类 中的静态方法querymethods.QueryMethodsHelper
配置指定的接口
processMappedStatement(MappedStatement) - 类 中的静态方法querymethods.QueryMethodsHelper
处理 MappedStatement
PropertyPath - querymethods.spring.data.mapping中的类
Abstraction of a PropertyPath of a domain class.

Q

QUERY - 类 中的静态变量joinquery.JoinQuerySqlProvider
 
QueryColumn - joinquery中的类
查询列,描述的是一张表的字段
QueryColumn() - 类 的构造器joinquery.QueryColumn
 
QueryColumn(String) - 类 的构造器joinquery.QueryColumn
 
QueryColumn(String, String) - 类 的构造器joinquery.QueryColumn
 
QueryColumn(TableDef, String) - 类 的构造器joinquery.QueryColumn
 
QueryCondition - joinquery中的类
 
QueryCondition() - 类 的构造器joinquery.QueryCondition
 
QueryFunctions - joinquery中的类
 
QueryFunctions() - 类 的构造器joinquery.QueryFunctions
 
queryList(SqlSession, JoinQueryWrapper, Class<T>) - 类 中的静态方法joinquery.util.JoinQueryUtil
 
querymethods - 程序包 querymethods
基于tkmapper,查询方法,可以根据方法名来生成sql,方法名分析实现使用的是Spring data jpa (1.11.3.RELEASE)
querymethods.intercepts - 程序包 querymethods.intercepts
mybatis拦截器,拦截sql生成where条件
querymethods.mybatisplus - 程序包 querymethods.mybatisplus
 
querymethods.spring.data - 程序包 querymethods.spring.data
 
querymethods.spring.data.mapping - 程序包 querymethods.spring.data.mapping
 
querymethods.spring.data.query - 程序包 querymethods.spring.data.query
根据方法名生成PartTree,使用了Spring data jpa的代码
querymethods.spring.data.query.domain - 程序包 querymethods.spring.data.query.domain
 
querymethods.spring.data.query.parser - 程序包 querymethods.spring.data.query.parser
 
querymethods.spring.data.util - 程序包 querymethods.spring.data.util
 
querymethods.tkmapper - 程序包 querymethods.tkmapper
 
querymethods.util - 程序包 querymethods.util
 
QueryMethodsConfig - querymethods中的类
配置类,指定当前是使用tk.mapper还是mybatis-plus
QueryMethodsConfig() - 类 的构造器querymethods.QueryMethodsConfig
 
QueryMethodsException - querymethods中的异常错误
 
QueryMethodsException() - 异常错误 的构造器querymethods.QueryMethodsException
 
QueryMethodsException(String) - 异常错误 的构造器querymethods.QueryMethodsException
 
QueryMethodsException(String, Throwable) - 异常错误 的构造器querymethods.QueryMethodsException
 
QueryMethodsException(Throwable) - 异常错误 的构造器querymethods.QueryMethodsException
 
QueryMethodsHelper - querymethods中的类
查询方法帮助类,通过方法名称动态的生成sql
QueryMethodsInterceptor - querymethods.intercepts中的类
查询方法拦截器
QueryMethodsInterceptor() - 类 的构造器querymethods.intercepts.QueryMethodsInterceptor
 
QueryMethodsMapperFactoryBean<T> - querymethods.mybatisplus中的类
mybatis-plus对应的MapperFactoryBean
QueryMethodsMapperFactoryBean() - 类 的构造器querymethods.mybatisplus.QueryMethodsMapperFactoryBean
 
QueryMethodsMapperFactoryBean(Class<T>) - 类 的构造器querymethods.mybatisplus.QueryMethodsMapperFactoryBean
 
QueryMethodsMapperFactoryBean<T> - querymethods.tkmapper中的类
 
QueryMethodsMapperFactoryBean() - 类 的构造器querymethods.tkmapper.QueryMethodsMapperFactoryBean
 
QueryMethodsMapperFactoryBean(Class<T>) - 类 的构造器querymethods.tkmapper.QueryMethodsMapperFactoryBean
 
QueryOrderBy - joinquery中的类
排序字段
QueryOrderBy() - 类 的构造器joinquery.QueryOrderBy
 
QueryOrderBy(QueryColumn, String) - 类 的构造器joinquery.QueryOrderBy
 
QueryOrderBy(QueryColumn) - 类 的构造器joinquery.QueryOrderBy
 
querySqlJdbc(DbType, JoinQueryWrapper) - 类 中的静态方法joinquery.util.JoinQueryUtil
把#{p0}替换成 ?
QueryTable - joinquery中的类
查询列,描述的是一张表的字段
QueryTable() - 类 的构造器joinquery.QueryTable
 
QueryTable(String) - 类 的构造器joinquery.QueryTable
 
QueryTable(String, String) - 类 的构造器joinquery.QueryTable
 
queryTables - 类 中的变量joinquery.BaseQueryWrapper
 
quote(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.

R

registerDialect(DbType, IDialect) - 类 中的静态方法joinquery.dialect.DialectFactory
可以为某个 dbType 注册(新增或覆盖)自己的方言
removeDuplicateStrings(String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Remove duplicate strings from the given array.
replace(String, String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Replace all occurrences of a substring within a string with another string.
ResultMapUtil - querymethods.mybatisplus中的类
 
ResultMapUtil() - 类 的构造器querymethods.mybatisplus.ResultMapUtil
 
rightJoin(String) - 类 中的方法joinquery.JoinQueryWrapper
 
rightJoin(JoinQueryWrapper) - 类 中的方法joinquery.JoinQueryWrapper
 
rightJoinIf(String, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 
rightJoinIf(JoinQueryWrapper, boolean) - 类 中的方法joinquery.JoinQueryWrapper
 

S

select(QueryColumn...) - 类 中的方法joinquery.JoinQueryWrapper
 
select(QueryColumn...) - 类 中的静态方法joinquery.QueryFunctions
 
selectByExample(MappedStatement, Class<?>, PartTree) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
根据Example查询
selectByExample(MappedStatement, Class<?>, PartTree) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
根据Example查询
selectColumns - 类 中的变量joinquery.BaseQueryWrapper
 
selectCountByExample(Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
 
selectCountByExample(Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
 
selectCountByJoinQuery(JoinQueryWrapper) - 接口 中的方法joinquery.JoinQueryMapper
根据 queryWrapper 来查询数据量
selectCountByQuery(Map, ProviderContext) - 类 中的静态方法joinquery.JoinQuerySqlProvider
selectCountByQuery 的 sql 构建
selectListByJoinQuery(JoinQueryWrapper) - 接口 中的方法joinquery.JoinQueryMapper
根据 query 来构建条件查询数据列表
selectListByQuery(Map, ProviderContext) - 类 中的静态方法joinquery.JoinQuerySqlProvider
selectListByQuery 的 sql 构建
selectOne() - 类 中的静态方法joinquery.QueryFunctions
 
SelectQueryTable - joinquery中的类
查询的 table, 实例1:用于构建 select * from (select ...)
SelectQueryTable(JoinQueryWrapper) - 类 的构造器joinquery.SelectQueryTable
 
setAddToConfig(boolean) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Same as MapperFactoryBean#setAddToConfig(boolean).
setAlias(String) - 类 中的方法joinquery.QueryColumn
 
setAnnotationClass(Class<? extends Annotation>) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
This property specifies the annotation that the scanner will search for.
setApplicationContext(ApplicationContext) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
setBasePackage(String) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
This property lets you set the base package for your mapper interface files.
setBeanName(String) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
setColumn(QueryColumn) - 类 中的方法joinquery.FunctionQueryColumn
 
setColumn(QueryColumn) - 类 中的方法joinquery.QueryCondition
 
setDatasource(String) - 类 中的方法joinquery.BaseQueryWrapper
 
setFnName(String) - 类 中的方法joinquery.FunctionQueryColumn
 
setGroupByColumns(List<QueryColumn>) - 类 中的方法joinquery.BaseQueryWrapper
 
setHintDbType(DbType) - 类 中的静态方法joinquery.dialect.DialectFactory
设置当前线程的 dbType
setJoins(List<Join>) - 类 中的方法joinquery.BaseQueryWrapper
 
setJoinTables(List<QueryTable>) - 类 中的方法joinquery.BaseQueryWrapper
 
setLimitOffset(Integer) - 类 中的方法joinquery.BaseQueryWrapper
 
setLimitRows(Integer) - 类 中的方法joinquery.BaseQueryWrapper
 
setLogic(String) - 类 中的方法joinquery.QueryCondition
 
setMapperClasss(List<Class<?>>) - 类 中的静态方法querymethods.QueryMethodsConfig
Mapper父接口,用于获取实体对象
setMapperHelper(MapperHelper) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
 
setMarkerInterface(Class<?>) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
This property specifies the parent that the scanner will search for.
setName(String) - 类 中的方法joinquery.QueryColumn
 
setName(String) - 类 中的方法joinquery.QueryTable
 
setNameGenerator(BeanNameGenerator) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Sets beanNameGenerator to be used while running the scanner.
setOrderBys(List<QueryOrderBy>) - 类 中的方法joinquery.BaseQueryWrapper
 
setOrmType(String) - 类 中的静态方法querymethods.QueryMethodsConfig
设置当前ORM实现tkmapper或mybatis-plus
setProcessPropertyPlaceHolders(boolean) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
 
setProperties(Properties) - 类 中的方法joinquery.interceptor.DbTypeInterceptor
 
setProperties(Properties) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
setProperties(Properties) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
属性注入
setQueryTables(List<QueryTable>) - 类 中的方法joinquery.BaseQueryWrapper
 
setQueryWrapper(JoinQueryWrapper) - 类 中的方法joinquery.SelectQueryTable
 
setResultType(MappedStatement, TableInfo) - 类 中的静态方法querymethods.mybatisplus.ResultMapUtil
 
setResultType(MappedStatement, Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
设置返回值类型 - 为了让typeHandler在select时有效,改为设置resultMap
setSelectColumns(List<QueryColumn>) - 类 中的方法joinquery.BaseQueryWrapper
 
setSqlSessionFactory(SqlSessionFactory) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
setSqlSessionFactoryBeanName(String) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Specifies which SqlSessionFactory to use in the case that there is more than one in the spring context.
setSqlSessionTemplate(SqlSessionTemplate) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
setSqlSessionTemplateBeanName(String) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Specifies which SqlSessionTemplate to use in the case that there is more than one in the spring context.
setTable(QueryTable) - 类 中的方法joinquery.QueryColumn
 
setValue(Object) - 类 中的方法joinquery.QueryCondition
 
setWhereQueryCondition(QueryCondition) - 类 中的方法joinquery.BaseQueryWrapper
 
shouldIgnoreCase() - 类 中的方法querymethods.spring.data.query.parser.Part
Returns whether the PropertyPath referenced should be matched ignoring case.
Sort - querymethods.spring.data.query.domain中的类
Sort option for queries.
Sort(Sort.Order...) - 类 的构造器querymethods.spring.data.query.domain.Sort
Creates a new Sort instance using the given Sort.Orders.
Sort(List<Sort.Order>) - 类 的构造器querymethods.spring.data.query.domain.Sort
Creates a new Sort instance.
Sort(String...) - 类 的构造器querymethods.spring.data.query.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, String...) - 类 的构造器querymethods.spring.data.query.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, List<String>) - 类 的构造器querymethods.spring.data.query.domain.Sort
Creates a new Sort instance.
Sort.Direction - querymethods.spring.data.query.domain中的枚举
Enumeration for sort directions.
Sort.NullHandling - querymethods.spring.data.query.domain中的枚举
Enumeration for null handling hints that can be used in Sort.Order expressions.
Sort.Order - querymethods.spring.data.query.domain中的类
PropertyPath implements the pairing of an Sort.Direction and a property.
sortStringArray(String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Sort the given String array if necessary.
split(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
sqlComment() - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
SqlConnector - joinquery中的枚举
 
sqlContent - 类 中的变量joinquery.StringQueryCondition
 
sqlCount() - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlFirst() - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlLogicSet(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlSelectColumns(TableInfo, boolean) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlSelectObjsColumns(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlSet(boolean, boolean, TableInfo, boolean, String, String) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
SqlUtil - joinquery.util中的类
 
SqlUtil() - 类 的构造器joinquery.util.SqlUtil
 
SqlUtil - querymethods.util中的类
sql重写工具类
SqlUtil() - 类 的构造器querymethods.util.SqlUtil
 
sqlWhereByMap(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlWhereEntityWrapper(boolean, TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
SQUARE_BRACKETS - 类 中的静态变量joinquery.dialect.KeywordWrap
方括号反义处理, 适用于 sqlserver
startsWithAny(String, String...) - 类 中的静态方法joinquery.util.StringUtil
 
startsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
StringQueryColumn - joinquery中的类
自定义字符串列,用于扩展
StringQueryColumn(String) - 类 的构造器joinquery.StringQueryColumn
 
StringQueryCondition - joinquery中的类
自定义字符串列,用于扩展
StringQueryCondition(String) - 类 的构造器joinquery.StringQueryCondition
 
StringQueryCondition(String, Object...) - 类 的构造器joinquery.StringQueryCondition
 
StringQueryOrderBy - joinquery中的类
排序字段
StringQueryOrderBy(String) - 类 的构造器joinquery.StringQueryOrderBy
 
StringUtil - joinquery.util中的类
 
StringUtil() - 类 的构造器joinquery.util.StringUtil
 
StringUtils - querymethods.spring.data.util中的类
Miscellaneous String utility methods.
StringUtils() - 类 的构造器querymethods.spring.data.util.StringUtils
 
stripFilenameExtension(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Strip the filename extension from the given Java resource path, e.g.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Test whether the given string matches the given substring at the given index.
sum(String) - 类 中的静态方法joinquery.QueryFunctions
 
sum(QueryColumn) - 类 中的静态方法joinquery.QueryFunctions
 
supports(String) - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Returns whether the the type supports the given raw property.
SYBASE - 接口 中的静态变量joinquery.dialect.LimitOffsetProcesser
Sybase 处理器 适合 DbType.SYBASE

T

table - 类 中的变量joinquery.QueryColumn
 
TableDef - joinquery中的类
 
TableDef(String) - 类 的构造器joinquery.TableDef
 
tableName(Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
获取实体类的表名
TkMapperQueryEntityProcesser - joinquery.processer中的类
 
TkMapperQueryEntityProcesser() - 类 的构造器joinquery.processer.TkMapperQueryEntityProcesser
 
TkMapperUtil - querymethods.tkmapper中的类
TkMapper工具类
TkMapperWhereFactory - querymethods.tkmapper中的类
where条件构建类 参考spring data PredicateBuilder
toDotPath() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the PropertyPath in dot notation.
tokenizeToStringArray(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.DistinctQueryColumn
 
toSelectSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.FunctionQueryColumn
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.Brackets
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.Join
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.OperatorQueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.OperatorSelectCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.QueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.QueryOrderBy
 
toSql(IDialect) - 类 中的方法joinquery.QueryTable
 
toSql(IDialect) - 类 中的方法joinquery.SelectQueryTable
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.StringQueryCondition
 
toSql(List<QueryTable>, IDialect) - 类 中的方法joinquery.StringQueryOrderBy
 
toString() - 类 中的方法joinquery.Brackets
 
toString() - 类 中的方法joinquery.QueryColumn
 
toString() - 类 中的方法joinquery.QueryCondition
 
toString() - 类 中的方法joinquery.QueryTable
 
toString() - 枚举 中的方法joinquery.SqlConnector
 
toString() - 类 中的方法joinquery.StringQueryColumn
 
toString() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
 
toString() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
 
toString() - 类 中的方法querymethods.spring.data.query.domain.Sort
 
toString() - 类 中的方法querymethods.spring.data.query.parser.Part
 
toString() - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
 
toString() - 类 中的方法querymethods.spring.data.query.parser.PartTree.OrPart
 
toString() - 类 中的方法querymethods.spring.data.query.parser.PartTree
 
toStringArray(Collection<String>) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Copy the given Enumeration into a String array.
trimAllWhitespace(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Trim leading and trailing whitespace from the given String.

U

uncapitalize(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
underlineToCamel(String) - 类 中的静态方法joinquery.util.StringUtil
下划线转驼峰格式
unqualify(String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Unqualify a string qualified by a separator character.

V

value - 类 中的变量joinquery.QueryCondition
 
valueOf(String) - 枚举 中的静态方法joinquery.dialect.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法joinquery.SqlConnector
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.Direction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.NullHandling
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法querymethods.spring.data.query.parser.Part.IgnoreCaseType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法querymethods.spring.data.query.parser.Part.Type
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法joinquery.dialect.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法joinquery.SqlConnector
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.Direction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法querymethods.spring.data.query.domain.Sort.NullHandling
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法querymethods.spring.data.query.parser.Part.IgnoreCaseType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法querymethods.spring.data.query.parser.Part.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

when(boolean) - 类 中的方法joinquery.Join
 
when(Supplier<Boolean>) - 类 中的方法joinquery.Join
 
when(boolean) - 类 中的方法joinquery.QueryCondition
 
when(Supplier<Boolean>) - 类 中的方法joinquery.QueryCondition
 
where(QueryCondition) - 类 中的方法joinquery.JoinQueryWrapper
 
where(String) - 类 中的方法joinquery.JoinQueryWrapper
 
where(String, Object...) - 类 中的方法joinquery.JoinQueryWrapper
 
where(Map<String, Object>) - 类 中的方法joinquery.JoinQueryWrapper
 
whereQueryCondition - 类 中的变量joinquery.BaseQueryWrapper
 
with(Sort.Direction) - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a new Sort.Order with the given Sort.Direction.
with(Sort.NullHandling) - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a Sort.Order with the given Sort.NullHandling.
withProperties(String...) - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a new Sort instance for the given properties.
withProperty(String) - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a new Sort.Order
wrap(String) - 类 中的方法joinquery.dialect.CommonsDialectImpl
 
wrap(String) - 接口 中的方法joinquery.dialect.IDialect
 
wrap(String) - 类 中的方法joinquery.dialect.KeywordWrap
 
wrap(IDialect, String, String) - 类 中的方法joinquery.QueryColumn
 
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2023. All Rights Reserved.