Uses of Class
org.mybatis.dynamic.sql.util.RowMapping
Packages that use RowMapping
-
Uses of RowMapping in org.mybatis.dynamic.sql.insert.render
Methods in org.mybatis.dynamic.sql.insert.render with parameters of type RowMappingModifier and TypeMethodDescriptionMultiRowValuePhraseVisitor.visit
(RowMapping mapping) ValuePhraseVisitor.visit
(RowMapping mapping) -
Uses of RowMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return RowMappingMethods in org.mybatis.dynamic.sql.util with parameters of type RowMappingModifier and TypeMethodDescriptionColumnMappingVisitor.visit
(RowMapping mapping) final R
GeneralInsertMappingVisitor.visit
(RowMapping mapping) final R
UpdateMappingVisitor.visit
(RowMapping mapping)