Uses of Class
org.mybatis.dynamic.sql.util.SelectMapping
Packages that use SelectMapping
-
Uses of SelectMapping in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type SelectMapping -
Uses of SelectMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return SelectMappingModifier and TypeMethodDescriptionstatic SelectMapping
SelectMapping.of
(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder) Methods in org.mybatis.dynamic.sql.util with parameters of type SelectMappingModifier and TypeMethodDescriptionColumnMappingVisitor.visit
(SelectMapping mapping) final R
GeneralInsertMappingVisitor.visit
(SelectMapping mapping) final R
InsertMappingVisitor.visit
(SelectMapping mapping)