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 | Description |
---|---|
AbstractQueryExpressionDSL<W extends AbstractWhereDSL<?>,T extends AbstractQueryExpressionDSL<W,T>> | |
ColumnSortSpecification | |
CountDSL<R> |
DSL for building count queries.
|
CountDSL.FromGatherer<R> | |
GroupByModel | |
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).
|
SubQuery | |
SubQuery.Builder |
Copyright © 2016–2021 MyBatis.org. All rights reserved.