Package | Description |
---|---|
org.mybatis.dynamic.sql.insert.render | |
org.mybatis.dynamic.sql.util |
Modifier and Type | Class and Description |
---|---|
class |
ValuePhraseVisitor |
Modifier and Type | Method and Description |
---|---|
<R> R |
StringConstantMapping.accept(InsertMappingVisitor<R> visitor) |
<R> R |
NullMapping.accept(InsertMappingVisitor<R> visitor) |
<R> R |
InsertMapping.accept(InsertMappingVisitor<R> visitor) |
<R> R |
ConstantMapping.accept(InsertMappingVisitor<R> visitor) |
<S> S |
PropertyMapping.accept(InsertMappingVisitor<S> visitor) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.