public class Condition
extends java.lang.Object
Wrapper 条件辅助类
| 构造器和说明 |
|---|
Condition() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> QueryWrapper<T> |
create()
获取 QueryWrapper 实例
示例:Condition.
|
static <T> QueryWrapper<T> |
create(T entity) |
static <T> LambdaQueryWrapper<T> |
lambda()
获取 LambdaQueryWrapper 实例
示例:Condition.
|
static <T> LambdaQueryWrapper<T> |
lambda(T entity) |
public static <T> QueryWrapper<T> create()
获取 QueryWrapper 实例
示例:Condition.
public static <T> QueryWrapper<T> create(T entity)
public static <T> LambdaQueryWrapper<T> lambda()
获取 LambdaQueryWrapper 实例
示例:Condition.
public static <T> LambdaQueryWrapper<T> lambda(T entity)