Uses of Class
org.mybatis.dynamic.sql.util.ValueWhenPresentMapping
Packages that use ValueWhenPresentMapping
Package
Description
-
Uses of ValueWhenPresentMapping in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type ValueWhenPresentMappingModifier and TypeMethodDescriptionGeneralInsertValuePhraseVisitor.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 -
Uses of ValueWhenPresentMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return ValueWhenPresentMappingMethods in org.mybatis.dynamic.sql.util with parameters of type ValueWhenPresentMappingModifier and TypeMethodDescription<T> R
ColumnMappingVisitor.visit
(ValueWhenPresentMapping<T> mapping) final <T> R
InsertMappingVisitor.visit
(ValueWhenPresentMapping<T> mapping)