public final class UpdateMethodUtil extends Object
| 构造器和说明 |
|---|
UpdateMethodUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> UpdateStrategy<T> |
createUpdateStrategy() |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
Consumer<UpdateStrategy<T>> updateStrategy) |
static <T> int |
update(BasicMapper basicMapper,
TableInfo tableInfo,
T entity,
UpdateStrategy<T> updateStrategy) |
static <T> int |
update(BasicMapper basicMapper,
T entity,
Consumer<UpdateStrategy<T>> updateStrategy) |
static <T> int |
update(BasicMapper basicMapper,
T entity,
UpdateStrategy<T> updateStrategy) |
static <T> int |
updateList(BasicMapper basicMapper,
Collection<T> list,
Consumer<UpdateStrategy<T>> updateStrategy) |
static <T> int |
updateList(BasicMapper basicMapper,
Collection<T> list,
UpdateStrategy<T> updateStrategy) |
static <T> int |
updateList(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<T> list,
Consumer<UpdateStrategy<T>> updateStrategy) |
static <T> int |
updateList(BasicMapper basicMapper,
TableInfo tableInfo,
Collection<T> list,
UpdateStrategy<T> updateStrategy) |
public static <T> UpdateStrategy<T> createUpdateStrategy()
public static <T> int update(BasicMapper basicMapper, T entity, UpdateStrategy<T> updateStrategy)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, UpdateStrategy<T> updateStrategy)
public static <T> int update(BasicMapper basicMapper, TableInfo tableInfo, T entity, Consumer<UpdateStrategy<T>> updateStrategy)
public static <T> int update(BasicMapper basicMapper, T entity, Consumer<UpdateStrategy<T>> updateStrategy)
public static <T> int updateList(BasicMapper basicMapper, Collection<T> list, Consumer<UpdateStrategy<T>> updateStrategy)
public static <T> int updateList(BasicMapper basicMapper, Collection<T> list, UpdateStrategy<T> updateStrategy)
public static <T> int updateList(BasicMapper basicMapper, TableInfo tableInfo, Collection<T> list, Consumer<UpdateStrategy<T>> updateStrategy)
public static <T> int updateList(BasicMapper basicMapper, TableInfo tableInfo, Collection<T> list, UpdateStrategy<T> updateStrategy)
Copyright © 2025. All rights reserved.