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