public final class ResultSetUtil extends Object
| 构造器和说明 |
|---|
ResultSetUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
compareTo(Comparable thisValue,
Comparable otherValue,
OrderByColumn.OrderByType orderByType)
根据排序类型比较大小.
|
static Object |
convertValue(Object value,
Class<?> convertType)
根据返回值类型返回特定类型的结果.
|
public static Object convertValue(Object value, Class<?> convertType)
value - 原始结果convertType - 返回值类型public static int compareTo(Comparable thisValue, Comparable otherValue, OrderByColumn.OrderByType orderByType)
thisValue - 待比较的值otherValue - 待比较的值orderByType - 排序类型Copyright © 2016. All rights reserved.