Package | Description |
---|---|
ai.yue.library.base.constant |
常量
|
ai.yue.library.base.util |
提供各种工具方法,按照归类入口为XXXUtils,如字符串工具StringUtils等
|
ai.yue.library.data.jdbc.client.dialect |
SQL方言
|
ai.yue.library.data.jdbc.client.dialect.impl |
SQL方言实现
|
Modifier and Type | Method and Description |
---|---|
static SortEnum |
SortEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortEnum[] |
SortEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<com.alibaba.fastjson.JSONObject> |
ListUtils.distinctCount(List<com.alibaba.fastjson.JSONObject> list,
String distinctKey,
SortEnum sortEnum)
List-JSONObject集合去重统计与排序
|
static List<com.alibaba.fastjson.JSONObject> |
ListUtils.distinctCountSortSelectKeep(List<com.alibaba.fastjson.JSONObject> list,
String distinctKey,
SortEnum sortEnum,
String keepKey,
MaxOrMinEnum maxOrMinEnum)
List-JSONObject集合——去重、统计、排序与元素选择性保留
|
static List<com.alibaba.fastjson.JSONObject> |
ListUtils.sort(List<com.alibaba.fastjson.JSONObject> list,
String sortKey,
SortEnum sortEnum)
List-JSONObject集合排序
|
static <T> List<T> |
ListUtils.sortT(List<T> list,
String sortField,
SortEnum sortEnum)
List-T集合排序
|
Modifier and Type | Method and Description |
---|---|
<T> PageVO<T> |
Dialect.page(String tableName,
PageIPO pageIPO,
SortEnum sortEnum,
Class<T> mappedClass)
单表分页查询
|
Modifier and Type | Method and Description |
---|---|
<T> PageVO<T> |
AnsiDialect.page(String tableName,
PageIPO pageIPO,
SortEnum sortEnum,
Class<T> mappedClass) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.