Package org.mybatis.dynamic.sql.insert
Class GeneralInsertDSL.Builder
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.GeneralInsertDSL.Builder
-
- Enclosing class:
- GeneralInsertDSL
public static class GeneralInsertDSL.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralInsertDSL
build()
GeneralInsertDSL.Builder
withColumnMappings(Collection<AbstractColumnMapping> columnMappings)
GeneralInsertDSL.Builder
withTable(SqlTable table)
-
-
-
Method Detail
-
withTable
public GeneralInsertDSL.Builder withTable(SqlTable table)
-
withColumnMappings
public GeneralInsertDSL.Builder withColumnMappings(Collection<AbstractColumnMapping> columnMappings)
-
build
public GeneralInsertDSL build()
-
-