Package org.mybatis.dynamic.sql.select
Class CountDSL.CountWhereBuilder
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<CountDSL<R>.CountWhereBuilder>
org.mybatis.dynamic.sql.where.AbstractWhereFinisher<CountDSL<R>.CountWhereBuilder>
org.mybatis.dynamic.sql.select.CountDSL.CountWhereBuilder
- All Implemented Interfaces:
Buildable<R>
,ConfigurableStatement<CountDSL<R>.CountWhereBuilder>
public class CountDSL.CountWhereBuilder
extends AbstractWhereFinisher<CountDSL<R>.CountWhereBuilder>
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 EmbeddedWhereModel
protected CountDSL<R>.CountWhereBuilder
getThis()
Methods inherited from class org.mybatis.dynamic.sql.where.AbstractWhereFinisher
buildModel, configureStatement
Methods inherited from class org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL
and, and, and, and, and, and, and, getInitialCriterion, or, or, or, or, or, or, or, setInitialCriterion, setInitialCriterion
-
Method Details
-
build
-
getThis
- Specified by:
getThis
in classAbstractBooleanExpressionDSL<CountDSL<R>.CountWhereBuilder>
-
buildWhereModel
-