Package org.mybatis.dynamic.sql.insert
Class InsertDSL.ColumnMappingFinisher<F>
- java.lang.Object
-
- org.mybatis.dynamic.sql.insert.InsertDSL.ColumnMappingFinisher<F>
-
-
Constructor Summary
Constructors Constructor Description ColumnMappingFinisher(SqlColumn<F> column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertDSL<T>
toConstant(String constant)
InsertDSL<T>
toNull()
InsertDSL<T>
toProperty(String property)
InsertDSL<T>
toPropertyWhenPresent(String property, Supplier<?> valueSupplier)
InsertDSL<T>
toStringConstant(String constant)
-