Uses of Class
org.mybatis.dynamic.sql.insert.InsertDSL.Builder
-
Packages that use InsertDSL.Builder Package Description org.mybatis.dynamic.sql.insert -
-
Uses of InsertDSL.Builder in org.mybatis.dynamic.sql.insert
Methods in org.mybatis.dynamic.sql.insert that return InsertDSL.Builder Modifier and Type Method Description InsertDSL.Builder<T>
InsertDSL.Builder. withColumnMappings(Collection<AbstractColumnMapping> columnMappings)
InsertDSL.Builder<T>
InsertDSL.Builder. withRow(T row)
InsertDSL.Builder<T>
InsertDSL.Builder. withTable(SqlTable table)
-