public final class CursorMethodUtil extends Object
| 构造器和说明 |
|---|
CursorMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> org.apache.ibatis.cursor.Cursor<T> |
cursor(BasicMapper basicMapper,
TableInfo tableInfo,
Consumer<Where> consumer) |
static <T> org.apache.ibatis.cursor.Cursor<T> |
cursor(BasicMapper basicMapper,
TableInfo tableInfo,
Consumer<Where> consumer,
Getter<T>[] selectFields) |
static <T> org.apache.ibatis.cursor.Cursor<T> |
cursor(BasicMapper basicMapper,
TableInfo tableInfo,
Where where,
Getter<T>[] selectFields) |
static <T> org.apache.ibatis.cursor.Cursor<T> |
cursorAll(BasicMapper basicMapper,
TableInfo tableInfo) |
static <T,ID extends Serializable> |
cursorByIds(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<ID> ids,
Getter<T>[] selectFields) |
static <T> org.apache.ibatis.cursor.Cursor<T> |
cursorByIds(BasicMapper basicMapper,
TableInfo tableInfo,
Serializable[] ids,
Getter<T>[] selectFields) |
public static <T> org.apache.ibatis.cursor.Cursor<T> cursorByIds(BasicMapper basicMapper, TableInfo tableInfo, Serializable[] ids, Getter<T>[] selectFields)
public static <T,ID extends Serializable> org.apache.ibatis.cursor.Cursor<T> cursorByIds(BasicMapper basicMapper, TableInfo tableInfo, Collection<ID> ids, Getter<T>[] selectFields)
public static <T> org.apache.ibatis.cursor.Cursor<T> cursor(BasicMapper basicMapper, TableInfo tableInfo, Consumer<Where> consumer)
public static <T> org.apache.ibatis.cursor.Cursor<T> cursor(BasicMapper basicMapper, TableInfo tableInfo, Consumer<Where> consumer, Getter<T>[] selectFields)
public static <T> org.apache.ibatis.cursor.Cursor<T> cursor(BasicMapper basicMapper, TableInfo tableInfo, Where where, Getter<T>[] selectFields)
public static <T> org.apache.ibatis.cursor.Cursor<T> cursorAll(BasicMapper basicMapper, TableInfo tableInfo)
Copyright © 2025. All rights reserved.