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 |
---|---|
FieldAndValue |
ValuePhraseVisitor.visit(ConstantMapping mapping) |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
SetPhraseVisitor.visit(ConstantMapping mapping) |
Modifier and Type | Method and Description |
---|---|
static ConstantMapping |
ConstantMapping.of(SqlColumn<?> column,
String constant) |
Modifier and Type | Method and Description |
---|---|
T |
UpdateMappingVisitor.visit(ConstantMapping mapping) |
T |
InsertMappingVisitor.visit(ConstantMapping mapping) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.