public final class UpdateMethodUtil extends Object
| 构造器和说明 |
|---|
UpdateMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<T> list,
boolean allFieldForce,
Getter<T>[] forceFields) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
boolean allFieldForce,
Getter<T>[] forceFields) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
boolean allFieldForce,
Getter<T>[] forceFields,
Consumer<Where> consumer) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
boolean allFieldForce,
Getter<T>[] forceFields,
Where where) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
boolean allFieldForce,
Set<String> forceFields) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
Where where,
boolean allFieldForce,
Set<String> forceFields) |
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, boolean allFieldForce, Set<String> forceFields)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, boolean allFieldForce, Getter<T>[] forceFields)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, Where where, boolean allFieldForce, Set<String> forceFields)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, Collection<T> list, boolean allFieldForce, Getter<T>[] forceFields)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, boolean allFieldForce, Getter<T>[] forceFields, Where where)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, boolean allFieldForce, Getter<T>[] forceFields, Consumer<Where> consumer)
Copyright © 2025. All rights reserved.