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 FragmentAndParameters
SetPhraseVisitor. 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 SelectMapping
SelectMapping. of(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder)
Methods in org.mybatis.dynamic.sql.util with parameters of type SelectMapping Modifier and Type Method Description T
UpdateMappingVisitor. visit(SelectMapping mapping)
-