| 程序包 | 说明 |
|---|---|
| top.jpower.jpower.module.mp.support |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> TreeWrapper<T> |
Condition.getTreeWrapper(Class<T> clz,
String id,
String parentId) |
static <T> TreeWrapper<T> |
Condition.getTreeWrapper(T entity,
String id,
String parentId) |
protected TreeWrapper<T> |
TreeWrapper.instance()
用于生成嵌套 sql
故 sqlSelect 不向下传递
|
TreeWrapper<T> |
TreeWrapper.lazy(String parentIdValue)
懒加载
|
TreeWrapper<T> |
TreeWrapper.map(Map<String,Object> query)
Map条件增强
|
TreeWrapper<T> |
TreeWrapper.select(boolean condition,
List<String> columns)
指定查询字段
|
TreeWrapper<T> |
TreeWrapper.select(Class<T> entityClass,
Predicate<com.baomidou.mybatisplus.core.metadata.TableFieldInfo> predicate) |
TreeWrapper<T> |
LambdaTreeWrapper.unLambda()
返回一个不是 lambda 函数写法的 wrapper
|
Copyright © 2024. All rights reserved.