Uses of Class
org.mybatis.dynamic.sql.util.ValueOrNullMapping
Packages that use ValueOrNullMapping
Package
Description
-
Uses of ValueOrNullMapping in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type ValueOrNullMappingModifier and TypeMethodDescriptionGeneralInsertValuePhraseVisitor.visit(ValueOrNullMapping<T> mapping) -
Uses of ValueOrNullMapping in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type ValueOrNullMapping -
Uses of ValueOrNullMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return ValueOrNullMappingMethods in org.mybatis.dynamic.sql.util with parameters of type ValueOrNullMappingModifier and TypeMethodDescription<T> RColumnMappingVisitor.visit(ValueOrNullMapping<T> mapping) final <T> RInsertMappingVisitor.visit(ValueOrNullMapping<T> mapping)