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

A

AbstractMethodImpl - querymethods.mybatisplus中的类
 
AbstractMethodImpl() - 类 的构造器querymethods.mybatisplus.AbstractMethodImpl
 
addPropertyColumn(String, String) - 类 中的方法querymethods.mybatisplus.MPTableInfo
 
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.
afterPropertiesSet() - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
ALL_KEYWORDS - 枚举 中的静态变量querymethods.spring.data.query.parser.Part.Type
 
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.
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).
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.
Assert - querymethods.spring.data.util中的类
 
Assert() - 类 的构造器querymethods.spring.data.util.Assert
 

B

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

C

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
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.
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.
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.
concatenateStringArrays(String[], String[]) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
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.
countOccurrencesOf(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Count the occurrences of the substring sub in string str.
create(String, String) - 类 中的静态方法querymethods.spring.data.PartTreeFactory
创建PartTree并缓存起来

D

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
 

E

endsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
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
 
extractProperty(String) - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Callback method to extract the actual propertyPath to be bound from the given part.

F

filterTableFieldInfo(List<TableFieldInfo>, Predicate<TableFieldInfo>, Function<TableFieldInfo, String>, String) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
findClass(String) - 类 中的静态方法querymethods.QueryMethodsConfig
根据类名查找Class
forObject(Object) - 类 中的静态方法querymethods.util.MetaObjectUtil
 
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.

G

getColumnByProperty(String) - 类 中的方法querymethods.mybatisplus.MPTableInfo
 
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.
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.
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
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.
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接口
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.
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
 
getResultMap(TableInfo, Configuration) - 类 中的静态方法querymethods.mybatisplus.ResultMapUtil
生成当前实体的resultMap对象
getSegment() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the name of the PropertyPath.
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
getTableInfo(Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
 
getTkMapperBaseMapperClass() - 类 中的静态方法querymethods.QueryMethodsConfig
获取tk.mapper的基础Mapper接口
getType() - 类 中的方法querymethods.spring.data.query.parser.Part
 

H

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.

I

identityToString(Object) - 类 中的静态方法querymethods.spring.data.util.ObjectUtils
Return a String representation of an object's overall identity.
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
 
ignoreCase() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a new Sort.Order with case insensitive sorting enabled.
injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
intercept(Invocation) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
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.
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(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.
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.
isMybatisPlus() - 类 中的静态方法querymethods.QueryMethodsConfig
是否使用mybatis-plus
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
 

L

logger - 类 中的静态变量querymethods.QueryMethodsHelper
 
logger - 类 中的静态变量querymethods.tkmapper.TkMapperWhereFactory
 

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
 
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
 
MPTableInfo - querymethods.mybatisplus中的类
 
MPTableInfo() - 类 的构造器querymethods.mybatisplus.MPTableInfo
 
MPTableInfo(TableInfo) - 类 的构造器querymethods.mybatisplus.MPTableInfo
 
MsIdUtil - querymethods.util中的类
msId工具类,通过msId获取MapperClass, methodName, entityClass
MybatisPlusUtil - querymethods.mybatisplus中的类
 
MybatisPlusUtil() - 类 的构造器querymethods.mybatisplus.MybatisPlusUtil
 
MybatisPlusWhereFactory - querymethods.mybatisplus中的类
where条件构建类 参考spring data PredicateBuilder
MybatisPlusWhereFactory() - 类 的构造器querymethods.mybatisplus.MybatisPlusWhereFactory
 

N

next() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
Returns the next nested PropertyPath.
notEmptyThen(V, Consumer<V>) - 类 中的方法querymethods.util.IfThen
判断是否为null或空
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() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling hint.
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
 
optlockVersion(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
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.
ORM_TYPE_MYBATISPLUS - 类 中的静态变量querymethods.QueryMethodsConfig
 
ORM_TYPE_TKMAPPER - 类 中的静态变量querymethods.QueryMethodsConfig
 

P

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) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
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

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
 
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

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
 

S

selectByExample(MappedStatement, Class<?>, PartTree) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
根据Example查询
selectByExample(MappedStatement, Class<?>, PartTree) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
根据Example查询
selectCountByExample(Class<?>) - 类 中的静态方法querymethods.mybatisplus.MybatisPlusUtil
 
selectCountByExample(Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
 
setAddToConfig(boolean) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Same as MapperFactoryBean#setAddToConfig(boolean).
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
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.
setNameGenerator(BeanNameGenerator) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
Sets beanNameGenerator to be used while running the scanner.
setOrmType(String) - 类 中的静态方法querymethods.QueryMethodsConfig
设置当前ORM实现tkmapper或mybatis-plus
setProcessPropertyPlaceHolders(boolean) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
 
setProperties(Properties) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
setProperties(Properties) - 类 中的方法querymethods.tkmapper.MapperScannerConfigurer
属性注入
setResultType(MappedStatement, TableInfo) - 类 中的静态方法querymethods.mybatisplus.ResultMapUtil
 
setResultType(MappedStatement, Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
设置返回值类型 - 为了让typeHandler在select时有效,改为设置resultMap
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.
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
 
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 - querymethods.util中的类
sql重写工具类
SqlUtil() - 类 的构造器querymethods.util.SqlUtil
 
sqlWhereByMap(TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
sqlWhereEntityWrapper(boolean, TableInfo) - 类 中的方法querymethods.mybatisplus.AbstractMethodImpl
 
startsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.spring.data.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
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.
supports(String) - 枚举 中的方法querymethods.spring.data.query.parser.Part.Type
Returns whether the the type supports the given raw property.

T

tableName(Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
获取实体类的表名
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.
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).
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

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() - 枚举 中的静态方法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

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
A B C D E F G H I L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2020. All Rights Reserved.