- 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.
- CollectionUtils - querymethods.query.util中的类
-
Miscellaneous collection utility methods.
- CollectionUtils() - 类 的构造器querymethods.query.util.CollectionUtils
-
- 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
-
- 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
-
- 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
-
- getProperty() - 类 中的方法querymethods.query.domain.Sort.Order
-
Returns the property to order for.
- getProperty() - 类 中的方法querymethods.query.Part
-
- getSegment() - 类 中的方法querymethods.query.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
-
- 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.
- isCheckedException(Throwable) - 类 中的静态方法querymethods.query.util.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法querymethods.query.util.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- 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(Collection<?>) - 类 中的静态方法querymethods.query.util.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty(Map<?, ?>) - 类 中的静态方法querymethods.query.util.CollectionUtils
-
Return true if the supplied Map is null or empty.
- 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
-
- next() - 类 中的方法querymethods.query.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
-
- nullsLast() - 类 中的方法querymethods.query.domain.Sort.Order
-
- nullsNative() - 类 中的方法querymethods.query.domain.Sort.Order
-
- tableName(Class<?>) - 类 中的静态方法querymethods.util.TkMapperUtil
-
获取实体类的表名
- TkMapperUtil - querymethods.util中的类
-
TkMapper工具类
- toDotPath() - 类 中的方法querymethods.query.PropertyPath
-
- 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.
- toObjectArray(Object) - 类 中的静态方法querymethods.query.util.ObjectUtils
-
Convert the given array (which may be a primitive array) to an
object array (if necessary of primitive wrapper objects).
- 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.