Package org.mybatis.dynamic.sql.insert
Class MultiRowInsertDSL.ColumnMappingFinisher<F>
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.MultiRowInsertDSL.ColumnMappingFinisher<F>
-
- Enclosing class:
- MultiRowInsertDSL<T>
public class MultiRowInsertDSL.ColumnMappingFinisher<F> extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnMappingFinisher(SqlColumn<F> column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiRowInsertDSL<T>
toConstant(String constant)
MultiRowInsertDSL<T>
toNull()
MultiRowInsertDSL<T>
toProperty(String property)
MultiRowInsertDSL<T>
toStringConstant(String constant)
-
-
-
Method Detail
-
toProperty
public MultiRowInsertDSL<T> toProperty(String property)
-
toNull
public MultiRowInsertDSL<T> toNull()
-
toConstant
public MultiRowInsertDSL<T> toConstant(String constant)
-
toStringConstant
public MultiRowInsertDSL<T> toStringConstant(String constant)
-
-