Constructor and Description |
---|
ColumnMappingFinisher(SqlColumn<F> column) |
Modifier and Type | Method and 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) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.