Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.util.mybatis3 |
Modifier and Type | Method and Description |
---|---|
InsertDSL<T> |
InsertDSL.IntoGatherer.into(SqlTable table) |
InsertDSL<T> |
InsertDSL.ColumnMappingFinisher.toConstant(String constant) |
InsertDSL<T> |
InsertDSL.ColumnMappingFinisher.toNull() |
InsertDSL<T> |
InsertDSL.ColumnMappingFinisher.toProperty(String property) |
InsertDSL<T> |
InsertDSL.ColumnMappingFinisher.toPropertyWhenPresent(String property,
Supplier<?> valueSupplier) |
InsertDSL<T> |
InsertDSL.ColumnMappingFinisher.toStringConstant(String constant) |
Modifier and Type | Method and Description |
---|---|
static <R> InsertStatementProvider<R> |
MyBatis3Utils.insert(R row,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
static <R> int |
MyBatis3Utils.insert(ToIntFunction<InsertStatementProvider<R>> mapper,
R row,
SqlTable table,
UnaryOperator<InsertDSL<R>> completer) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.