Package org.mybatis.dynamic.sql.insert
Class InsertDSL<T>
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertDSL<T>
-
public class InsertDSL<T> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInsertDSL.ColumnMappingFinisher<F>static classInsertDSL.IntoGatherer<T>
-
Method Summary
Modifier and Type Method Description InsertModel<T>build()static <T> InsertDSL.IntoGatherer<T>insert(T record)<F> InsertDSL.ColumnMappingFinisher<F>map(SqlColumn<F> column)
-
-
-
Method Detail
-
map
public <F> InsertDSL.ColumnMappingFinisher<F> map(SqlColumn<F> column)
-
build
public InsertModel<T> build()
-
insert
public static <T> InsertDSL.IntoGatherer<T> insert(T record)
-
-