| 程序包 | 说明 |
|---|---|
| cn.xbatis.core.mvc.impl | |
| cn.xbatis.core.sql.executor.chain |
| 限定符和类型 | 方法和说明 |
|---|---|
protected UpdateChain |
BaseDaoImpl.updateChain() |
protected UpdateChain |
BaseDaoImpl.updateChain(Where where) |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateChain |
UpdateChain.create()
非特殊情况 请使用of静态方法
使用此方法后 后续执行查询需调用一次withMapper(Mapper)方法
|
static UpdateChain |
UpdateChain.of(BaseMapper mapper,
Class<?> entityType) |
static UpdateChain |
UpdateChain.of(BaseMapper mapper,
Class<?> entityType,
Where where) |
static UpdateChain |
UpdateChain.of(MybatisMapper<?> mapper) |
static UpdateChain |
UpdateChain.of(MybatisMapper<?> mapper,
Where where) |
UpdateChain |
UpdateChain.withMapper(BaseMapper mapper,
Class<?> entityType)
用create静态方法的 Chain 需要调用一次此方法 用于设置 mapper
|
UpdateChain |
UpdateChain.withMapper(MybatisMapper<?> mapper)
用create静态方法的 Chain 需要调用一次此方法 用于设置 mapper
|
Copyright © 2025. All rights reserved.