public final class Wrappers
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> QueryWrapper<T> |
emptyWrapper()
获取 EmptyWrapper<T>
|
static <T> LambdaQueryWrapper<T> |
lambdaQuery()
获取 LambdaQueryWrapper<T>
|
static <T> LambdaQueryWrapper<T> |
lambdaQuery(T entity)
获取 LambdaQueryWrapper<T>
|
static <T> LambdaUpdateWrapper<T> |
lambdaUpdate()
获取 LambdaUpdateWrapper<T>
|
static <T> LambdaUpdateWrapper<T> |
lambdaUpdate(T entity)
获取 LambdaUpdateWrapper<T>
|
static <T> QueryWrapper<T> |
query()
获取 QueryWrapper<T>
|
static <T> QueryWrapper<T> |
query(T entity)
获取 QueryWrapper<T>
|
static <T> UpdateWrapper<T> |
update()
获取 UpdateWrapper<T>
|
static <T> UpdateWrapper<T> |
update(T entity)
获取 UpdateWrapper<T>
|
public static <T> QueryWrapper<T> query()
T - 实体类泛型public static <T> QueryWrapper<T> query(T entity)
T - 实体类泛型entity - 实体类public static <T> LambdaQueryWrapper<T> lambdaQuery()
T - 实体类泛型public static <T> LambdaQueryWrapper<T> lambdaQuery(T entity)
T - 实体类泛型entity - 实体类public static <T> UpdateWrapper<T> update()
T - 实体类泛型public static <T> UpdateWrapper<T> update(T entity)
T - 实体类泛型entity - 实体类public static <T> LambdaUpdateWrapper<T> lambdaUpdate()
T - 实体类泛型public static <T> LambdaUpdateWrapper<T> lambdaUpdate(T entity)
T - 实体类泛型entity - 实体类public static <T> QueryWrapper<T> emptyWrapper()
T - 任意泛型EmptyWrapper