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> 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> 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, Supplier<T> valueSupplier)Methods in org.mybatis.dynamic.sql.util with parameters of type ValueWhenPresentMapping Modifier and Type Method Description <T> RColumnMappingVisitor. visit(ValueWhenPresentMapping<T> mapping)<T> RInsertMappingVisitor. visit(ValueWhenPresentMapping<T> mapping)
-