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