Uses of Interface
org.mybatis.dynamic.sql.util.InsertMappingVisitor
-
Packages that use InsertMappingVisitor Package Description org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.util -
-
Uses of InsertMappingVisitor in org.mybatis.dynamic.sql.insert.render
Classes in org.mybatis.dynamic.sql.insert.render that implement InsertMappingVisitor Modifier and Type Class Description class
ValuePhraseVisitor
-
Uses of InsertMappingVisitor in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type InsertMappingVisitor Modifier and Type Method Description <R> R
ConstantMapping. accept(InsertMappingVisitor<R> visitor)
<R> R
InsertMapping. accept(InsertMappingVisitor<R> visitor)
<R> R
NullMapping. accept(InsertMappingVisitor<R> visitor)
<S> S
PropertyMapping. accept(InsertMappingVisitor<S> visitor)
<R> R
StringConstantMapping. accept(InsertMappingVisitor<R> visitor)
-