Package | Description |
---|---|
org.mybatis.dynamic.sql.insert | |
org.mybatis.dynamic.sql.update | |
org.mybatis.dynamic.sql.util |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
InsertModel.mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
<R> Stream<R> |
AbstractMultiRowInsertModel.mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
<R> Stream<R> |
GeneralInsertModel.mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
InsertModel.Builder<T> |
InsertModel.Builder.withColumnMappings(List<AbstractColumnMapping> columnMappings) |
S |
AbstractMultiRowInsertModel.AbstractBuilder.withColumnMappings(List<AbstractColumnMapping> columnMappings) |
GeneralInsertModel.Builder |
GeneralInsertModel.Builder.withInsertMappings(List<AbstractColumnMapping> insertMappings) |
Modifier and Type | Method and Description |
---|---|
<R> Stream<R> |
UpdateModel.mapColumnMappings(Function<AbstractColumnMapping,R> mapper) |
UpdateModel.Builder |
UpdateModel.Builder.withColumnMappings(List<AbstractColumnMapping> columnMappings) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnToColumnMapping |
class |
ConstantMapping
This class represents a mapping between a column and a constant.
|
class |
NullMapping |
class |
PropertyMapping |
class |
PropertyWhenPresentMapping |
class |
SelectMapping |
class |
StringConstantMapping
This class represents a mapping between a column and a string constant.
|
class |
ValueMapping<T> |
class |
ValueOrNullMapping<T> |
class |
ValueWhenPresentMapping<T> |
Copyright © 2016–2021 MyBatis.org. All rights reserved.