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