Package | Description |
---|---|
org.mybatis.dynamic.sql.select |
Modifier and Type | Method and Description |
---|---|
SelectDSL<R> |
QueryExpressionDSL.orderBy(SortSpecification... columns) |
SelectDSL<R> |
QueryExpressionDSL.QueryExpressionWhereBuilder.orderBy(SortSpecification... columns) |
SelectDSL<R> |
QueryExpressionDSL.JoinSpecificationFinisher.orderBy(SortSpecification... columns) |
SelectDSL<R> |
QueryExpressionDSL.GroupByFinisher.orderBy(SortSpecification... columns) |
Modifier and Type | Method and Description |
---|---|
QueryExpressionDSL.FromGathererBuilder<R> |
QueryExpressionDSL.FromGathererBuilder.withSelectDSL(SelectDSL<R> selectDSL) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.