Uses of Class
org.mybatis.dynamic.sql.select.QueryExpressionDSL
Packages that use QueryExpressionDSL
-
Uses of QueryExpressionDSL in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return QueryExpressionDSLModifier and TypeMethodDescriptionQueryExpressionDSL.configureStatement(Consumer<StatementConfiguration> consumer) QueryExpressionDSL.FromGatherer.from(Buildable<SelectModel> select) QueryExpressionDSL.FromGatherer.from(Buildable<SelectModel> select, String tableAlias) protected QueryExpressionDSL<R> QueryExpressionDSL.getThis() -
Uses of QueryExpressionDSL in org.mybatis.dynamic.sql.util.mybatis3
Methods in org.mybatis.dynamic.sql.util.mybatis3 with parameters of type QueryExpressionDSLModifier and TypeMethodDescriptionstatic SelectStatementProviderMyBatis3Utils.select(QueryExpressionDSL<SelectModel> start, SelectDSLCompleter completer) static <R> List<R> MyBatis3Utils.selectList(Function<SelectStatementProvider, List<R>> mapper, QueryExpressionDSL<SelectModel> start, SelectDSLCompleter completer) static <R> RMyBatis3Utils.selectOne(Function<SelectStatementProvider, R> mapper, QueryExpressionDSL<SelectModel> start, SelectDSLCompleter completer)