public class InsertDSL<T> extends Object
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 record) |
<F> InsertDSL.ColumnMappingFinisher<F> |
map(SqlColumn<F> column) |
public <F> InsertDSL.ColumnMappingFinisher<F> map(SqlColumn<F> column)
public InsertModel<T> build()
public static <T> InsertDSL.IntoGatherer<T> insert(T record)
Copyright © 2016–2017 MyBatis.org. All rights reserved.