Module org.mybatis.dynamic.sql
Package org.mybatis.dynamic.sql.select
-
Interface Summary Interface Description CountDSLCompleter Represents a function that can be used to create a general count method.SelectDSLCompleter Represents a function that can be used to create a general select method. -
Class Summary Class Description AbstractQueryExpressionDSL<T extends AbstractQueryExpressionDSL<T,R>,R> CountDSL<R> DSL for building count queries.CountDSL.FromGatherer<R> GroupByModel MyBatis3SelectModelAdapter<R> Deprecated. in favor ofSelectDSLCompleter
.OrderByModel PagingModel PagingModel.Builder QueryExpressionDSL<R> QueryExpressionDSL.FromGatherer<R> QueryExpressionDSL.FromGatherer.Builder<R> QueryExpressionModel QueryExpressionModel.Builder SelectDSL<R> Implements a SQL DSL for building select statements.SelectModel SelectModel.Builder SimpleSortSpecification This class is used for an order by phrase where there is no suitable column name to use (for example a calculated column or an aggregate column).