Package org.mybatis.dynamic.sql.select
-
Interface Summary Interface Description PagingModel PagingModelVisitor<R> -
Class Summary Class Description FetchFirstPagingModel FetchFirstPagingModel.Builder GroupByModel LimitAndOffsetPagingModel LimitAndOffsetPagingModel.Builder MyBatis3SelectModelAdapter<R> This adapter will render the underlying select model for MyBatis3, and then call a MyBatis mapper method.OrderByModel QueryExpressionDSL<R> QueryExpressionDSL.FromGatherer<R> QueryExpressionDSL.FromGatherer.Builder<R> QueryExpressionModel QueryExpressionModel.Builder SelectDSL<R> Implements a standard SQL dialect for building model classes.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).