public final class ListMethodUtil extends Object
| 构造器和说明 |
|---|
ListMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> List<T> |
list(BasicMapper basicMapper,
TableInfo tableInfo,
Integer limit,
Consumer<Where> consumer) |
static <T> List<T> |
list(BasicMapper basicMapper,
TableInfo tableInfo,
Integer limit,
Consumer<Where> consumer,
Getter<T>[] selectFields) |
static <T> List<T> |
list(BasicMapper basicMapper,
TableInfo tableInfo,
Integer limit,
Where where,
Getter<T>[] selectFields) |
static <T> List<T> |
listAll(BasicMapper basicMapper,
TableInfo tableInfo) |
static <T,ID extends Serializable> |
listByIds(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<ID> ids,
Getter<T>[] selectFields) |
static <T> List<T> |
listByIds(BasicMapper basicMapper,
TableInfo tableInfo,
Serializable[] ids,
Getter<T>[] selectFields) |
public static <T> List<T> listByIds(BasicMapper basicMapper, TableInfo tableInfo, Serializable[] ids, Getter<T>[] selectFields)
public static <T,ID extends Serializable> List<T> listByIds(BasicMapper basicMapper, TableInfo tableInfo, Collection<ID> ids, Getter<T>[] selectFields)
public static <T> List<T> list(BasicMapper basicMapper, TableInfo tableInfo, Integer limit, Consumer<Where> consumer)
public static <T> List<T> list(BasicMapper basicMapper, TableInfo tableInfo, Integer limit, Consumer<Where> consumer, Getter<T>[] selectFields)
public static <T> List<T> list(BasicMapper basicMapper, TableInfo tableInfo, Integer limit, Where where, Getter<T>[] selectFields)
public static <T> List<T> listAll(BasicMapper basicMapper, TableInfo tableInfo)
Copyright © 2025. All rights reserved.