public class EntityBatchInsertCreateUtil extends Object
| 构造器和说明 |
|---|
EntityBatchInsertCreateUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> BaseInsert<?> |
create(BaseInsert<?> insert,
TableInfo tableInfo,
T[] insertData,
SaveBatchStrategy<T> saveBatchStrategy,
DbType dbType,
boolean useBatchExecutor) |
public static <T> BaseInsert<?> create(BaseInsert<?> insert, TableInfo tableInfo, T[] insertData, SaveBatchStrategy<T> saveBatchStrategy, DbType dbType, boolean useBatchExecutor)
Copyright © 2025. All rights reserved.