Uses of Class
org.mybatis.dynamic.sql.util.ValueWhenPresentMapping
-
Packages that use ValueWhenPresentMapping Package Description org.mybatis.dynamic.sql.insert.render org.mybatis.dynamic.sql.update.render org.mybatis.dynamic.sql.util -
-
Uses of ValueWhenPresentMapping in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type ValueWhenPresentMapping Modifier and Type Method Description <T> java.util.Optional<FieldAndValueAndParameters>
GeneralInsertValuePhraseVisitor. visit(ValueWhenPresentMapping<T> mapping)
-
Uses of ValueWhenPresentMapping in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type ValueWhenPresentMapping Modifier and Type Method Description <T> java.util.Optional<FragmentAndParameters>
SetPhraseVisitor. visit(ValueWhenPresentMapping<T> mapping)
-
Uses of ValueWhenPresentMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return ValueWhenPresentMapping Modifier and Type Method Description static <T> ValueWhenPresentMapping<T>
ValueWhenPresentMapping. of(SqlColumn<T> column, java.util.function.Supplier<T> valueSupplier)
Methods in org.mybatis.dynamic.sql.util with parameters of type ValueWhenPresentMapping Modifier and Type Method Description <T> R
ColumnMappingVisitor. visit(ValueWhenPresentMapping<T> mapping)
<T> R
InsertMappingVisitor. visit(ValueWhenPresentMapping<T> mapping)
-