public final class SaveModelMethodUtil extends Object
| 构造器和说明 |
|---|
SaveModelMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <M extends Model> |
save(BasicMapper basicMapper,
M model,
SaveStrategy<M> saveStrategy) |
static <M extends Model> |
saveBatch(BasicMapper basicMapper,
BaseInsert<?> insert,
Collection<M> list,
SaveBatchStrategy<M> saveBatchStrategy) |
static <M extends Model> |
saveBatch(BasicMapper basicMapper,
Collection<M> list) |
static <M extends Model> |
saveBatch(BasicMapper basicMapper,
Collection<M> list,
SaveBatchStrategy saveBatchStrategy) |
static <M extends Model> |
saveList(BasicMapper basicMapper,
Collection<M> list,
SaveStrategy<M> saveStrategy) |
public static <M extends Model> int save(BasicMapper basicMapper, M model, SaveStrategy<M> saveStrategy)
public static <M extends Model> int saveList(BasicMapper basicMapper, Collection<M> list, SaveStrategy<M> saveStrategy)
public static <M extends Model> int saveBatch(BasicMapper basicMapper, Collection<M> list)
public static <M extends Model> int saveBatch(BasicMapper basicMapper, Collection<M> list, SaveBatchStrategy saveBatchStrategy)
public static <M extends Model> int saveBatch(BasicMapper basicMapper, BaseInsert<?> insert, Collection<M> list, SaveBatchStrategy<M> saveBatchStrategy)
Copyright © 2025. All rights reserved.