Package org.mybatis.dynamic.sql.insert
Class InsertDSL<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.InsertDSL<T>
- All Implemented Interfaces:
Buildable<InsertModel<T>>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static <T> InsertDSL.IntoGatherer
<T> insert
(T row) <F> InsertDSL<T>.ColumnMappingFinisher
<F>