Package org.mybatis.dynamic.sql.dsl
Interface GroupByOperations<T>
- All Known Implementing Classes:
QueryExpressionDSL,QueryExpressionDSL.JoinSpecificationFinisher,QueryExpressionDSL.QueryExpressionWhereBuilder,SelectDSL,SelectDSL.JoinSpecificationFinisher,SelectDSL.QueryExpressionWhereBuilder
public interface GroupByOperations<T>
-
Method Summary
Modifier and TypeMethodDescriptiongroupBy(Collection<? extends BasicColumn> columns) default TgroupBy(BasicColumn... columns)
-
Method Details
-
groupBy
-
groupBy
-