Class QueryExpressionDSL.QueryExpressionHavingBuilder
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
org.mybatis.dynamic.sql.select.AbstractHavingFinisher<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
org.mybatis.dynamic.sql.select.QueryExpressionDSL.QueryExpressionHavingBuilder
- All Implemented Interfaces:
SelectDSLForAndWaitOperations<R>, SelectDSLOperations<R>, Buildable<R>
- Enclosing class:
QueryExpressionDSL<R>
public class QueryExpressionDSL.QueryExpressionHavingBuilder
extends AbstractHavingFinisher<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
implements Buildable<R>, SelectDSLOperations<R>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractBooleanExpressionDSL
AbstractBooleanExpressionDSL.StatementType -
Field Summary
Fields inherited from class AbstractBooleanExpressionDSL
subCriteria -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected HavingModelGain access to the SelectDSL instance.protected QueryExpressionDSL<R>.QueryExpressionHavingBuildergetThis()orderBy(Collection<? extends SortSpecification> columns) orderBy(SortSpecification... columns) union()unionAll()Methods inherited from class AbstractHavingFinisher
buildModelMethods inherited from class AbstractBooleanExpressionDSL
and, and, and, and, and, and, and, getInitialCriterion, or, or, or, or, or, or, or, setInitialCriterion, setInitialCriterionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SelectDSLForAndWaitOperations
forKeyShare, forNoKeyUpdate, forShare, forUpdate, nowait, skipLockedMethods inherited from interface SelectDSLOperations
fetchFirst, fetchFirstWhenPresent, limit, limitWhenPresent, offset, offsetWhenPresent
-
Constructor Details
-
QueryExpressionHavingBuilder
public QueryExpressionHavingBuilder()
-
-
Method Details
-
orderBy
-
orderBy
-
union
-
unionAll
-
build
-
getThis
- Specified by:
getThisin classAbstractBooleanExpressionDSL<QueryExpressionDSL<R>.QueryExpressionHavingBuilder>
-
buildHavingModel
-
getSelectDSL
Description copied from interface:SelectDSLForAndWaitOperationsGain access to the SelectDSL instance.This is a leak of an implementation detail into the public API. The tradeoff is that it significantly reduces copy/paste code of SelectDSL methods into all the different inner classes of QueryExpressionDSL where they would be needed.
- Specified by:
getSelectDSLin interfaceSelectDSLForAndWaitOperations<R>- Returns:
- the SelectDSL instance associated with this interface instance
-