Package org.mybatis.dynamic.sql.insert
Class InsertModel.Builder<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.InsertModel.Builder<T>
- Enclosing class:
InsertModel<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withColumnMappings
(List<? extends AbstractColumnMapping> columnMappings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTable
-
withRow
-
withColumnMappings
public InsertModel.Builder<T> withColumnMappings(List<? extends AbstractColumnMapping> columnMappings) -
build
-