Package org.mybatis.dynamic.sql.where
Class WhereDSL.StandaloneWhereFinisher
java.lang.Object
org.mybatis.dynamic.sql.common.AbstractBooleanExpressionDSL<WhereDSL.StandaloneWhereFinisher>
org.mybatis.dynamic.sql.where.AbstractWhereFinisher<WhereDSL.StandaloneWhereFinisher>
org.mybatis.dynamic.sql.where.WhereDSL.StandaloneWhereFinisher
- All Implemented Interfaces:
Buildable<WhereModel>
,ConfigurableStatement<WhereDSL.StandaloneWhereFinisher>
- Enclosing class:
WhereDSL
public class WhereDSL.StandaloneWhereFinisher
extends AbstractWhereFinisher<WhereDSL.StandaloneWhereFinisher>
implements Buildable<WhereModel>
-
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
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
-
getThis
- Specified by:
getThis
in classAbstractBooleanExpressionDSL<WhereDSL.StandaloneWhereFinisher>
-
build
- Specified by:
build
in interfaceBuildable<WhereModel>
-
toWhereApplier
-