Package org.mybatis.dynamic.sql.select
Class QueryExpressionDSL.GroupByFinisher
java.lang.Object
org.mybatis.dynamic.sql.select.AbstractHavingStarter<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
org.mybatis.dynamic.sql.select.QueryExpressionDSL.GroupByFinisher
- All Implemented Interfaces:
Buildable<R>
- Enclosing class:
QueryExpressionDSL<R>
public class QueryExpressionDSL.GroupByFinisher
extends AbstractHavingStarter<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
implements Buildable<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
fetchFirst
(long fetchFirstRows) having()
limit
(long limit) offset
(long offset) orderBy
(Collection<? extends SortSpecification> columns) orderBy
(SortSpecification... columns) union()
unionAll()
Methods inherited from class org.mybatis.dynamic.sql.select.AbstractHavingStarter
applyHaving, having, having, having, having
-
Constructor Details
-
GroupByFinisher
public GroupByFinisher()
-
-
Method Details
-
orderBy
-
orderBy
-
build
-
union
-
unionAll
-
limit
-
offset
-
fetchFirst
-
having
- Specified by:
having
in classAbstractHavingStarter<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
-