public class BatchInsertDSL<T> extends Object implements Buildable<BatchInsertModel<T>>
Modifier and Type | Class and Description |
---|---|
class |
BatchInsertDSL.ColumnMappingFinisher<F> |
static class |
BatchInsertDSL.IntoGatherer<T> |
Modifier and Type | Method and Description |
---|---|
BatchInsertModel<T> |
build() |
static <T> BatchInsertDSL.IntoGatherer<T> |
insert(Collection<T> records) |
static <T> BatchInsertDSL.IntoGatherer<T> |
insert(T... records) |
<F> BatchInsertDSL.ColumnMappingFinisher<F> |
map(SqlColumn<F> column) |
public <F> BatchInsertDSL.ColumnMappingFinisher<F> map(SqlColumn<F> column)
@NotNull public BatchInsertModel<T> build()
build
in interface Buildable<BatchInsertModel<T>>
@SafeVarargs public static <T> BatchInsertDSL.IntoGatherer<T> insert(T... records)
public static <T> BatchInsertDSL.IntoGatherer<T> insert(Collection<T> records)
Copyright © 2016–2021 MyBatis.org. All rights reserved.