Package | Description |
---|---|
org.mybatis.dynamic.sql.insert.render | |
org.mybatis.dynamic.sql.update.render | |
org.mybatis.dynamic.sql.util |
Modifier and Type | Method and Description |
---|---|
<T> Optional<FieldAndValueAndParameters> |
GeneralInsertValuePhraseVisitor.visit(ValueWhenPresentMapping<T> mapping) |
Modifier and Type | Method and Description |
---|---|
<T> Optional<FragmentAndParameters> |
SetPhraseVisitor.visit(ValueWhenPresentMapping<T> mapping) |
Modifier and Type | Method and Description |
---|---|
static <T> ValueWhenPresentMapping<T> |
ValueWhenPresentMapping.of(SqlColumn<T> column,
Supplier<T> valueSupplier) |
Modifier and Type | Method and Description |
---|---|
<T> R |
InsertMappingVisitor.visit(ValueWhenPresentMapping<T> mapping) |
<T> R |
ColumnMappingVisitor.visit(ValueWhenPresentMapping<T> mapping) |
Copyright © 2016–2021 MyBatis.org. All rights reserved.