Package org.mybatis.dynamic.sql.dsl
Class WhereDSL
java.lang.Object
org.mybatis.dynamic.sql.dsl.WhereDSL
- All Implemented Interfaces:
BooleanOperations<WhereDSL>
-
Constructor Summary
ConstructorsConstructorDescriptionWhereDSL()WhereDSL(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) -
Method Summary
-
Constructor Details
-
WhereDSL
public WhereDSL() -
WhereDSL
-
-
Method Details
-
addSubCriterion
- Specified by:
addSubCriterionin interfaceBooleanOperations<WhereDSL>
-
toWhereApplier
-