| 程序包 | 说明 |
|---|---|
| com.mybatisflex.core.row |
Db + Row 功能。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DbChain |
DbChain.create() |
static DbChain |
DbChain.create(Object entity) |
<T> DbChain |
DbChain.set(LambdaGetter<T> property,
Object value,
boolean isEffective) |
DbChain |
DbChain.set(QueryColumn property,
Object value,
boolean isEffective) |
DbChain |
DbChain.set(String property,
Object value,
boolean isEffective) |
DbChain |
DbChain.setId(RowKey rowKey) |
DbChain |
DbChain.setId(RowKey rowKey,
Object value) |
<T> DbChain |
DbChain.setRaw(LambdaGetter<T> property,
Object value,
boolean isEffective) |
DbChain |
DbChain.setRaw(QueryColumn property,
Object value,
boolean isEffective) |
DbChain |
DbChain.setRaw(String property,
Object value,
boolean isEffective) |
static DbChain |
DbChain.table(Class<?> entityClass) |
static DbChain |
DbChain.table(QueryTable queryTable) |
static DbChain |
DbChain.table(String tableName) |
static DbChain |
DbChain.table(String schema,
String tableName) |
Copyright © 2025. All rights reserved.