类 UpdateSkipNullBatchAppendHelper
- java.lang.Object
-
- tech.codingless.core.plugs.mybaties3.helper.UpdateSkipNullBatchAppendHelper
-
public class UpdateSkipNullBatchAppendHelper extends Object
批量更新- 版本:
- 2021年10月23日
- 作者:
- 王鸿雁
-
-
构造器概要
构造器 构造器 说明 UpdateSkipNullBatchAppendHelper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static intupdateSkipNullBatchAppend(MyBatiesService myBatiesService, String companyId, BaseDO data, Long ver, int batchSize)static intupdateSkipNullBatchExecute(MyBatiesService myBatiesService, Class<?> clazz)static intupdateSkipNullBatchExecute(MyBatiesService myBatiesService, List<UpdateObject> updateList)
-
-
-
方法详细资料
-
updateSkipNullBatchAppend
public static int updateSkipNullBatchAppend(MyBatiesService myBatiesService, String companyId, BaseDO data, Long ver, int batchSize)
-
updateSkipNullBatchExecute
public static int updateSkipNullBatchExecute(MyBatiesService myBatiesService, Class<?> clazz)
-
updateSkipNullBatchExecute
public static int updateSkipNullBatchExecute(MyBatiesService myBatiesService, List<UpdateObject> updateList)
-
-