public class BatchInsertDSL.ColumnMappingFinisher<F> extends Object
Constructor and Description |
---|
ColumnMappingFinisher(SqlColumn<F> column) |
Modifier and Type | Method and Description |
---|---|
BatchInsertDSL<T> |
toConstant(String constant) |
BatchInsertDSL<T> |
toNull() |
BatchInsertDSL<T> |
toProperty(String property) |
BatchInsertDSL<T> |
toStringConstant(String constant) |
public BatchInsertDSL<T> toProperty(String property)
public BatchInsertDSL<T> toNull()
public BatchInsertDSL<T> toConstant(String constant)
public BatchInsertDSL<T> toStringConstant(String constant)
Copyright © 2016–2021 MyBatis.org. All rights reserved.