Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.util |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
InsertModel.mapColumnMappings(Function<InsertMapping,R> mapper) |
<R> Stream<R> |
BatchInsertModel.mapColumnMappings(Function<InsertMapping,R> mapper) |
InsertModel.Builder<T> |
InsertModel.Builder.withColumnMappings(List<InsertMapping> columnMappings) |
BatchInsertModel.Builder<T> |
BatchInsertModel.Builder.withColumnMappings(List<InsertMapping> columnMappings) |
Modifier and Type | Class and Description |
---|---|
class |
ConstantMapping
This class represents a mapping between a column and a constant.
|
class |
NullMapping |
class |
PropertyMapping |
class |
StringConstantMapping
This class represents a mapping between a column and a string constant.
|
Copyright © 2016–2019 MyBatis.org. All rights reserved.