public final class SaveMethodUtil extends Object
| 构造器和说明 |
|---|
SaveMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> int |
save(BasicMapper basicMapper,
TableInfo tableInfo,
T entity) |
static <T> int |
save(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
SaveStrategy<T> strategy) |
static <E> int |
saveBatch(BasicMapper basicMapper,
BaseInsert<?> insert,
TableInfo tableInfo,
Collection<E> list,
SaveBatchStrategy<E> saveBatchStrategy) |
static <E> int |
saveBatch(BasicMapper basicMapper,
Collection<E> list) |
static <E> int |
saveBatch(BasicMapper basicMapper,
Collection<E> list,
SaveBatchStrategy saveBatchStrategy) |
static <E> int |
saveBatch(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<E> list) |
static <T> int |
saveBatch(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<T> list,
SaveBatchStrategy<T> saveBatchStrategy) |
static <T> int |
saveList(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<T> list,
SaveStrategy strategy) |
public static <T> int save(BasicMapper basicMapper, TableInfo tableInfo, T entity)
public static <T> int save(BasicMapper basicMapper, TableInfo tableInfo, T entity, SaveStrategy<T> strategy)
public static <T> int saveList(BasicMapper basicMapper, TableInfo tableInfo, Collection<T> list, SaveStrategy strategy)
public static <E> int saveBatch(BasicMapper basicMapper, Collection<E> list)
public static <E> int saveBatch(BasicMapper basicMapper, Collection<E> list, SaveBatchStrategy saveBatchStrategy)
public static <E> int saveBatch(BasicMapper basicMapper, TableInfo tableInfo, Collection<E> list)
public static <T> int saveBatch(BasicMapper basicMapper, TableInfo tableInfo, Collection<T> list, SaveBatchStrategy<T> saveBatchStrategy)
public static <E> int saveBatch(BasicMapper basicMapper, BaseInsert<?> insert, TableInfo tableInfo, Collection<E> list, SaveBatchStrategy<E> saveBatchStrategy)
Copyright © 2025. All rights reserved.