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
Nested ClassesModifier and TypeClassDescriptionstatic classclassstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuild()static <T> InsertDSL.IntoGatherer<T> insert(T row) <F> InsertDSL<T>.ColumnMappingFinisher<F>