| Package | Description |
|---|---|
| com.mybatisflex.core.row |
Db + Row 功能。
|
| com.mybatisflex.core.update |
处理部分字段更新。
|
| Modifier and Type | Class and Description |
|---|---|
class |
Row |
| Modifier and Type | Method and Description |
|---|---|
static <T> UpdateWrapper<T> |
UpdateWrapper.of(Class<T> tClass) |
static <T> UpdateWrapper<T> |
UpdateWrapper.of(T entity) |
default <E> UpdateWrapper<T> |
UpdateWrapper.set(LambdaGetter<E> property,
Object value,
boolean isEffective) |
default UpdateWrapper<T> |
UpdateWrapper.set(QueryColumn property,
Object value,
boolean isEffective) |
default UpdateWrapper<T> |
UpdateWrapper.set(String property,
Object value,
boolean isEffective) |
default <E> UpdateWrapper<T> |
UpdateWrapper.setRaw(LambdaGetter<E> property,
Object value,
boolean isEffective) |
default UpdateWrapper<T> |
UpdateWrapper.setRaw(QueryColumn property,
Object value,
boolean isEffective) |
default UpdateWrapper<T> |
UpdateWrapper.setRaw(String property,
Object value,
boolean isEffective) |
Copyright © 2024. All rights reserved.