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