Package org.mybatis.dynamic.sql.select
Class QueryExpressionDSL.QueryExpressionWhereBuilder
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<T>
org.mybatis.dynamic.sql.where.AbstractWhereFinisher<QueryExpressionDSL<R>.QueryExpressionWhereBuilder>
org.mybatis.dynamic.sql.select.QueryExpressionDSL.QueryExpressionWhereBuilder
- All Implemented Interfaces:
Buildable<R>,ConfigurableStatement<QueryExpressionDSL<R>.QueryExpressionWhereBuilder>
- Enclosing class:
- QueryExpressionDSL<R>
public class QueryExpressionDSL.QueryExpressionWhereBuilder
extends AbstractWhereFinisher<QueryExpressionDSL<R>.QueryExpressionWhereBuilder>
implements Buildable<R>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
AbstractBooleanExpressionDSL.StatementType -
Field Summary
Fields inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
subCriteria -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected WhereModelfetchFirst(long fetchFirstRows) protected QueryExpressionDSL<R>.QueryExpressionWhereBuildergetThis()groupBy(Collection<BasicColumn> columns) groupBy(BasicColumn... columns) limit(long limit) offset(long offset) orderBy(Collection<SortSpecification> columns) orderBy(SortSpecification... columns) union()unionAll()Methods inherited from class org.mybatis.dynamic.sql.where.AbstractWhereFinisher
buildModel, configureStatement
-
Method Details
-
union
-
unionAll
-
orderBy
-
orderBy
-
groupBy
-
groupBy
-
limit
-
offset
-
fetchFirst
-
build
-
getThis
- Specified by:
getThisin classAbstractBooleanExpressionDSL<QueryExpressionDSL<R>.QueryExpressionWhereBuilder>
-
buildWhereModel
-