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