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 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 PropertyWhenPresentMappingPropertyWhenPresentMapping. of(SqlColumn<?> column, String property, Supplier<?> valueSupplier)Methods in org.mybatis.dynamic.sql.util with parameters of type PropertyWhenPresentMapping Modifier and Type Method Description RColumnMappingVisitor. visit(PropertyWhenPresentMapping mapping)RGeneralInsertMappingVisitor. visit(PropertyWhenPresentMapping mapping)RMultiRowInsertMappingVisitor. visit(PropertyWhenPresentMapping mapping)RUpdateMappingVisitor. visit(PropertyWhenPresentMapping mapping)
-