Uses of Class
org.mybatis.dynamic.sql.util.PropertyMapping
-
Packages that use PropertyMapping Package Description org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.util -
-
Uses of PropertyMapping in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type PropertyMapping Modifier and Type Method Description FieldAndValue
AbstractMultiRowValuePhraseVisitor. visit(PropertyMapping mapping)
Optional<FieldAndValue>
ValuePhraseVisitor. visit(PropertyMapping mapping)
-
Uses of PropertyMapping in org.mybatis.dynamic.sql.util
Subclasses of PropertyMapping in org.mybatis.dynamic.sql.util Modifier and Type Class Description class
PropertyWhenPresentMapping
Methods in org.mybatis.dynamic.sql.util that return PropertyMapping Modifier and Type Method Description static PropertyMapping
PropertyMapping. of(SqlColumn<?> column, String property)
Methods in org.mybatis.dynamic.sql.util with parameters of type PropertyMapping Modifier and Type Method Description R
ColumnMappingVisitor. visit(PropertyMapping mapping)
R
GeneralInsertMappingVisitor. visit(PropertyMapping mapping)
R
UpdateMappingVisitor. visit(PropertyMapping mapping)
-