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

A

addStringToArray(String[], String) - 类 中的静态方法querymethods.query.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.
ALL_KEYWORDS - 枚举 中的静态变量querymethods.query.Part.Type
 
and(Sort) - 类 中的方法querymethods.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.query.util.StringUtils
Apply the given relative path to the given Java resource path, assuming standard Java folder separation (i.e. "/" separators).
arrayToCommaDelimitedString(Object[]) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a String array into a comma delimited String (i.e., CSV).
arrayToDelimitedString(Object[], String) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a String array into a delimited String (e.g.
Assert - querymethods.query中的类
 
Assert() - 类 的构造器querymethods.query.Assert
 

B

build(Part, Example.Criteria, Queue<Object>) - 类 中的静态方法querymethods.util.WhereBuilder
拼装where条件,参考spring data PredicateBuilder

C

capitalize(String) - 类 中的静态方法querymethods.query.util.StringUtils
Capitalize a String, changing the first letter to upper case as per Character.toUpperCase(char).
caseInsensitiveValueOf(E[], String) - 类 中的静态方法querymethods.query.util.ObjectUtils
Case insensitive alternative to Enum.valueOf(Class, String).
cleanPath(String) - 类 中的静态方法querymethods.query.util.StringUtils
Normalize the path by suppressing sequences like "path/.." and inner simple dots.
collectionToCommaDelimitedString(Collection<?>) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a Collection into a delimited String (e.g., CSV).
collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a Collection to a delimited String (e.g.
collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a Collection into a delimited String (e.g.
commaDelimitedListToSet(String) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into a set.
commaDelimitedListToStringArray(String) - 类 中的静态方法querymethods.query.util.StringUtils
Convert a comma delimited list (e.g., a row from a CSV file) into an array of strings.
concatenateStringArrays(String[], String[]) - 类 中的静态方法querymethods.query.util.StringUtils
Concatenate the given String arrays into one, with overlapping array elements included twice.
containsConstant(Enum<?>[], String) - 类 中的静态方法querymethods.query.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.query.util.ObjectUtils
Check whether the given array of enum constants contains a constant with the given name.
containsElement(Object[], Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Check whether the given array contains the given element.
containsWhitespace(CharSequence) - 类 中的静态方法querymethods.query.util.StringUtils
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类 中的静态方法querymethods.query.util.StringUtils
Check whether the given String contains any whitespace characters.
countOccurrencesOf(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Count the occurrences of the substring sub in string str.
create(String, String) - 类 中的静态方法querymethods.query.PartTreeFactory
 

D

DEFAULT_DIRECTION - 类 中的静态变量querymethods.query.domain.Sort
 
delete(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Delete all occurrences of the given substring.
deleteAny(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Delete any character in a given String.
delimitedListToStringArray(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Take a String that is a delimited list and convert it into a String array.
delimitedListToStringArray(String, String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Take a String that is a delimited list and convert it into a String array.

E

endsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Test if the given String ends with the specified suffix, ignoring upper/lower case.
equals(Object) - 类 中的方法querymethods.query.domain.Sort
 
equals(Object) - 类 中的方法querymethods.query.domain.Sort.Order
 
equals(Object) - 类 中的方法querymethods.query.Part
 
equals(Object) - 类 中的方法querymethods.query.PropertyPath
 
ExampleUtil - querymethods.util中的类
Example工具类
extractProperty(String) - 枚举 中的方法querymethods.query.Part.Type
Callback method to extract the actual propertyPath to be bound from the given part.

F

from(String) - 类 中的静态方法querymethods.query.PropertyPath
Extracts the PropertyPath chain from the given source String.
fromProperty(String) - 枚举 中的静态方法querymethods.query.Part.Type
Returns the Part.Type of the Part for the given raw propertyPath.
fromString(String) - 枚举 中的静态方法querymethods.query.domain.Sort.Direction
Returns the Sort.Direction enum for the given String value.
fromStringOrNull(String) - 枚举 中的静态方法querymethods.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

getDirection() - 类 中的方法querymethods.query.domain.Sort.Order
Returns the order the property shall be sorted for.
getDisplayString(Object) - 类 中的静态方法querymethods.query.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.util.ExampleUtil
根据MappedStatement id 与参数生成Example
getFilename(String) - 类 中的静态方法querymethods.query.util.StringUtils
Extract the filename from the given Java resource path, e.g.
getFilenameExtension(String) - 类 中的静态方法querymethods.query.util.StringUtils
Extract the filename extension from the given Java resource path, e.g.
getIdentityHexString(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hex String form of an object's identity hash code.
getKeywords() - 枚举 中的方法querymethods.query.Part.Type
Returns all keywords supported by the current Part.Type.
getLeafProperty() - 类 中的方法querymethods.query.PropertyPath
Returns the leaf property of the PropertyPath.
getMapperClass(String) - 类 中的静态方法querymethods.util.MsIdUtil
通过msId来获取对应的MapperClass
getMaxResults() - 类 中的方法querymethods.query.PartTree
Return the number of maximal results to return or null if not restricted.
getMethodName(String) - 类 中的静态方法querymethods.util.MsIdUtil
根据msId来获取对应的方法名
getNullHandling() - 类 中的方法querymethods.query.domain.Sort.Order
Returns the used Sort.NullHandling hint, which can but may not be respected by the used datastore.
getNumberOfArguments() - 类 中的方法querymethods.query.Part
Returns how many method parameters are bound by this part.
getNumberOfArguments() - 枚举 中的方法querymethods.query.Part.Type
Returns the number of arguments the propertyPath binds.
getOrderFor(String) - 类 中的方法querymethods.query.domain.Sort
Returns the order registered for the given property.
getParameterRequired() - 类 中的方法querymethods.query.Part
 
getParts() - 类 中的方法querymethods.query.PartTree
Returns an Iterable of all parts contained in the PartTree.
getParts(Part.Type) - 类 中的方法querymethods.query.PartTree
Returns all Parts of the PartTree of the given Part.Type.
getProperty() - 类 中的方法querymethods.query.domain.Sort.Order
Returns the property to order for.
getProperty() - 类 中的方法querymethods.query.Part
 
getSegment() - 类 中的方法querymethods.query.PropertyPath
Returns the name of the PropertyPath.
getSort() - 类 中的方法querymethods.query.PartTree
Returns the Sort specification parsed from the source or null.
getSqlByMsId(String, Config) - 类 中的静态方法querymethods.util.SqlUtil
根据MappedStatement id来生成sql
getType() - 类 中的方法querymethods.query.Part
 

H

hashCode() - 类 中的方法querymethods.query.domain.Sort
 
hashCode() - 类 中的方法querymethods.query.domain.Sort.Order
 
hashCode() - 类 中的方法querymethods.query.Part
 
hashCode() - 类 中的方法querymethods.query.PropertyPath
 
hashCode(boolean) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return the same value as Boolean.hashCode()}.
hashCode(double) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return the same value as Double.hashCode()}.
hashCode(float) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return the same value as Float.hashCode()}.
hashCode(long) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return the same value as Long.hashCode()}.
hasLength(CharSequence) - 类 中的静态方法querymethods.query.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法querymethods.query.util.StringUtils
Check that the given String is neither null nor of length 0.
hasNext() - 类 中的方法querymethods.query.PropertyPath
Returns whether there is a nested PropertyPath.
hasText(String, String) - 类 中的静态方法querymethods.query.Assert
 
hasText(CharSequence) - 类 中的静态方法querymethods.query.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法querymethods.query.util.StringUtils
Check whether the given String contains actual text.

I

identityToString(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of an object's overall identity.
ignoreCase() - 类 中的方法querymethods.query.domain.Sort.Order
Returns a new Sort.Order with case insensitive sorting enabled.
intercept(Invocation) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
isArray(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Determine whether the given object is an array: either an Object array or a primitive array.
isAscending() - 枚举 中的方法querymethods.query.domain.Sort.Direction
Returns whether the direction is ascending.
isAscending() - 类 中的方法querymethods.query.domain.Sort.Order
Returns whether sorting for this property shall be ascending.
isCountProjection() - 类 中的方法querymethods.query.PartTree
Returns whether a count projection shall be applied.
isDelete() - 类 中的方法querymethods.query.PartTree
return true if the created PartTree is meant to be used for delete operation.
isDescending() - 枚举 中的方法querymethods.query.domain.Sort.Direction
Returns whether the direction is descending.
isDescending() - 类 中的方法querymethods.query.domain.Sort.Order
Returns whether sorting for this property shall be descending.
isDistinct() - 类 中的方法querymethods.query.PartTree
Returns whether we indicate distinct lookup of entities.
isEmpty(Object[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Determine whether the given array is empty: i.e.
isEmpty(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Determine whether the given object is empty.
isEmpty(Object) - 类 中的静态方法querymethods.query.util.StringUtils
Check whether the given String is empty.
isExistsProjection() - 类 中的方法querymethods.query.PartTree
Returns whether an exists projection shall be applied.
isIgnoreCase() - 类 中的方法querymethods.query.domain.Sort.Order
Returns whether or not the sort will be case sensitive.
isLimiting() - 类 中的方法querymethods.query.PartTree
Return true if the create PartTree is meant to be used for a query with limited maximal results.
isQueryMethods(String) - 类 中的静态方法querymethods.QueryMethodsHelper
 
iterator() - 类 中的方法querymethods.query.domain.Sort
 
iterator() - 类 中的方法querymethods.query.PartTree
 
iterator() - 类 中的方法querymethods.query.PartTree.OrPart
 
iterator() - 类 中的方法querymethods.query.PropertyPath
 

M

mergeStringArrays(String[], String[]) - 类 中的静态方法querymethods.query.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)
MsIdUtil - querymethods.util中的类
msId工具类,通过msId获取MapperClass, methodName, entityClass

N

next() - 类 中的方法querymethods.query.PropertyPath
Returns the next nested PropertyPath.
notNull(Object, String) - 类 中的静态方法querymethods.query.Assert
 
nullSafeClassName(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Determine the class name for the given object.
nullSafeEquals(Object, Object) - 类 中的静态方法querymethods.query.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.query.util.ObjectUtils
Return as hash code for the given object; typically the value of Object#hashCode()}.
nullSafeHashCode(Object[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeToString(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - 类 中的静态方法querymethods.query.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullsFirst() - 类 中的方法querymethods.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NULLS_FIRST as null handling hint.
nullsLast() - 类 中的方法querymethods.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NULLS_LAST as null handling hint.
nullsNative() - 类 中的方法querymethods.query.domain.Sort.Order
Returns a Sort.Order with Sort.NullHandling.NATIVE as null handling hint.

O

ObjectUtils - querymethods.query.util中的类
Miscellaneous object utility methods.
ObjectUtils() - 类 的构造器querymethods.query.util.ObjectUtils
 
Order(Sort.Direction, String) - 类 的构造器querymethods.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.query.domain.Sort.Order
Creates a new Sort.Order instance. if order is null then order defaults to Sort.DEFAULT_DIRECTION
Order(String) - 类 的构造器querymethods.query.domain.Sort.Order
Creates a new Sort.Order instance.
OrderBySource - querymethods.query中的类
Simple helper class to create a Sort instance from a method name end.
OrderBySource(String) - 类 的构造器querymethods.query.OrderBySource
Creates a new OrderBySource for the given clause, checking the property referenced exists on the given type.

P

parseLocaleString(String) - 类 中的静态方法querymethods.query.util.StringUtils
Parse the given String representation into a Locale.
parseTimeZoneString(String) - 类 中的静态方法querymethods.query.util.StringUtils
Parse the given timeZoneString value into a TimeZone.
Part - querymethods.query中的类
A single part of a method name that has to be transformed into a query part.
Part(String) - 类 的构造器querymethods.query.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.query.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.query中的枚举
The various types of ignore case that are supported.
Part.Type - querymethods.query中的枚举
The type of a method name part.
PartTree - querymethods.query中的类
Class to parse a String into a tree or PartTree.OrParts consisting of simple Part instances in turn.
PartTree(String) - 类 的构造器querymethods.query.PartTree
Creates a new PartTree by parsing the given String.
PartTree.OrPart - querymethods.query中的类
A part of the parsed source that results from splitting up the resource around Or keywords.
PartTreeFactory - querymethods.query中的类
 
pathEquals(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Compare two paths after normalization of them.
plugin(Object) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
processConfiguration(Configuration, MapperHelper) - 类 中的静态方法querymethods.QueryMethodsHelper
 
PropertyPath - querymethods.query中的类
Abstraction of a PropertyPath of a domain class.

Q

querymethods - 程序包 querymethods
基于tkmapper,查询方法,可以根据方法名来生成sql,方法名分析实现使用的是Spring data jpa
querymethods.intercepts - 程序包 querymethods.intercepts
mybatis拦截器,拦截sql生成where条件
querymethods.query - 程序包 querymethods.query
根据方法名生成PartTree,使用了Spring data jpa的代码
querymethods.query.domain - 程序包 querymethods.query.domain
 
querymethods.query.util - 程序包 querymethods.query.util
 
querymethods.util - 程序包 querymethods.util
 
QueryMethodsHelper - querymethods中的类
查询方法帮助类,通过方法名称动态的生成sql
QueryMethodsInterceptor - querymethods.intercepts中的类
查询方法拦截器
QueryMethodsInterceptor() - 类 的构造器querymethods.intercepts.QueryMethodsInterceptor
 
quote(String) - 类 中的静态方法querymethods.query.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法querymethods.query.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.query.util.StringUtils
Remove duplicate strings from the given array.
replace(String, String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Replace all occurrences of a substring within a string with another string.

S

selectByExample(Class<?>) - 类 中的静态方法querymethods.util.TkMapperUtil
根据Example查询
selectCountByExample(Class<?>) - 类 中的静态方法querymethods.util.TkMapperUtil
 
setProperties(Properties) - 类 中的方法querymethods.intercepts.QueryMethodsInterceptor
 
shouldIgnoreCase() - 类 中的方法querymethods.query.Part
Returns whether the PropertyPath referenced should be matched ignoring case.
Sort - querymethods.query.domain中的类
Sort option for queries.
Sort(Sort.Order...) - 类 的构造器querymethods.query.domain.Sort
Creates a new Sort instance using the given Sort.Orders.
Sort(List<Sort.Order>) - 类 的构造器querymethods.query.domain.Sort
Creates a new Sort instance.
Sort(String...) - 类 的构造器querymethods.query.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, String...) - 类 的构造器querymethods.query.domain.Sort
Creates a new Sort instance.
Sort(Sort.Direction, List<String>) - 类 的构造器querymethods.query.domain.Sort
Creates a new Sort instance.
Sort.Direction - querymethods.query.domain中的枚举
Enumeration for sort directions.
Sort.NullHandling - querymethods.query.domain中的枚举
Enumeration for null handling hints that can be used in Sort.Order expressions.
Sort.Order - querymethods.query.domain中的类
PropertyPath implements the pairing of an Sort.Direction and a property.
sortStringArray(String[]) - 类 中的静态方法querymethods.query.util.StringUtils
Sort the given String array if necessary.
split(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Split a String at the first occurrence of the delimiter.
splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法querymethods.query.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Take an array of strings and split each element based on the given delimiter.
SqlUtil - querymethods.util中的类
sql重写工具类
SqlUtil() - 类 的构造器querymethods.util.SqlUtil
 
startsWithIgnoreCase(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Test if the given String starts with the specified prefix, ignoring upper/lower case.
StringUtils - querymethods.query.util中的类
Miscellaneous String utility methods.
StringUtils() - 类 的构造器querymethods.query.util.StringUtils
 
stripFilenameExtension(String) - 类 中的静态方法querymethods.query.util.StringUtils
Strip the filename extension from the given Java resource path, e.g.
substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法querymethods.query.util.StringUtils
Test whether the given string matches the given substring at the given index.
supports(String) - 枚举 中的方法querymethods.query.Part.Type
Returns whether the the type supports the given raw property.

T

tableName(Class<?>) - 类 中的静态方法querymethods.util.TkMapperUtil
获取实体类的表名
TkMapperUtil - querymethods.util中的类
TkMapper工具类
toDotPath() - 类 中的方法querymethods.query.PropertyPath
Returns the PropertyPath in dot notation.
tokenizeToStringArray(String, String) - 类 中的静态方法querymethods.query.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法querymethods.query.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - 类 中的静态方法querymethods.query.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toSort() - 类 中的方法querymethods.query.OrderBySource
Returns the clause as Sort.
toString() - 类 中的方法querymethods.query.domain.Sort.Order
 
toString() - 类 中的方法querymethods.query.domain.Sort
 
toString() - 类 中的方法querymethods.query.OrderBySource
 
toString() - 类 中的方法querymethods.query.Part
 
toString() - 枚举 中的方法querymethods.query.Part.Type
 
toString() - 类 中的方法querymethods.query.PartTree.OrPart
 
toString() - 类 中的方法querymethods.query.PartTree
 
toString() - 类 中的方法querymethods.query.PropertyPath
 
toStringArray(Collection<String>) - 类 中的静态方法querymethods.query.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - 类 中的静态方法querymethods.query.util.StringUtils
Copy the given Enumeration into a String array.
trimAllWhitespace(String) - 类 中的静态方法querymethods.query.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimArrayElements(String[]) - 类 中的静态方法querymethods.query.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - 类 中的静态方法querymethods.query.util.StringUtils
Trim all occurrences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - 类 中的静态方法querymethods.query.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - 类 中的静态方法querymethods.query.util.StringUtils
Trim all occurrences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - 类 中的静态方法querymethods.query.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - 类 中的静态方法querymethods.query.util.StringUtils
Trim leading and trailing whitespace from the given String.

U

uncapitalize(String) - 类 中的静态方法querymethods.query.util.StringUtils
Uncapitalize a String, changing the first letter to lower case as per Character.toLowerCase(char).
unqualify(String) - 类 中的静态方法querymethods.query.util.StringUtils
Unqualify a string qualified by a '.' dot character.
unqualify(String, char) - 类 中的静态方法querymethods.query.util.StringUtils
Unqualify a string qualified by a separator character.

V

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

W

WhereBuilder - querymethods.util中的类
where条件构建类 参考spring data PredicateBuilder
WhereBuilder() - 类 的构造器querymethods.util.WhereBuilder
 
with(Sort.Direction) - 类 中的方法querymethods.query.domain.Sort.Order
Returns a new Sort.Order with the given Sort.Direction.
with(Sort.NullHandling) - 类 中的方法querymethods.query.domain.Sort.Order
Returns a Sort.Order with the given Sort.NullHandling.
withProperties(String...) - 类 中的方法querymethods.query.domain.Sort.Order
Returns a new Sort instance for the given properties.
withProperty(String) - 类 中的方法querymethods.query.domain.Sort.Order
Returns a new Sort.Order
A B C D E F G H I M N O P Q R S T U V W 
跳过导航链接

Copyright © 2020. All Rights Reserved.