Uses of Class
org.mybatis.dynamic.sql.util.SelectMapping
-
Packages that use SelectMapping Package Description org.mybatis.dynamic.sql.update.render org.mybatis.dynamic.sql.util -
-
Uses of SelectMapping in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render with parameters of type SelectMapping Modifier and Type Method Description FragmentAndParametersSetPhraseVisitor. visit(SelectMapping mapping) -
Uses of SelectMapping in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return SelectMapping Modifier and Type Method Description static SelectMappingSelectMapping. of(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder)Methods in org.mybatis.dynamic.sql.util with parameters of type SelectMapping Modifier and Type Method Description TUpdateMappingVisitor. visit(SelectMapping mapping)
-