- 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并缓存起来
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- next() - 类 中的方法querymethods.spring.data.mapping.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
-
- nullsLast() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
-
- nullsNative() - 类 中的方法querymethods.spring.data.query.domain.Sort.Order
-
- nullThen(V, Consumer<V>) - 类 中的方法querymethods.util.IfThen
-
当为null的时候执行Consumer
- 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
-
- 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.
- tableName(Class<?>) - 类 中的静态方法querymethods.tkmapper.TkMapperUtil
-
获取实体类的表名
- TkMapperUtil - querymethods.tkmapper中的类
-
TkMapper工具类
- TkMapperWhereFactory - querymethods.tkmapper中的类
-
where条件构建类 参考spring data PredicateBuilder
- toDotPath() - 类 中的方法querymethods.spring.data.mapping.PropertyPath
-
- 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.