Uses of Interface
org.mybatis.dynamic.sql.dsl.BooleanOperations
Packages that use BooleanOperations
Package
Description
-
Uses of BooleanOperations in org.mybatis.dynamic.sql.dsl
Classes in org.mybatis.dynamic.sql.dsl with type parameters of type BooleanOperationsModifier and TypeInterfaceDescriptioninterfaceBooleanOperations<T extends BooleanOperations<T>>interfaceHavingOperations<F extends BooleanOperations<F>>interfaceJoinOperations<F extends BooleanOperations<F>>static classJoinOperations.JoinOnGatherer<F extends BooleanOperations<?>>interfaceWhereOperations<F extends BooleanOperations<F>>Base class for DSLs that support where clauses - which is every DSL except Insert.Classes in org.mybatis.dynamic.sql.dsl that implement BooleanOperationsModifier and TypeClassDescriptionclassclassclassclassAbstractJoinSupport<D extends JoinOperations<F>,F extends AbstractJoinSupport<D, F>> classclassclassclassclassclassMethod parameters in org.mybatis.dynamic.sql.dsl with type arguments of type BooleanOperationsModifier and TypeMethodDescriptionWhereOrHavingApplier.andThen(Consumer<BooleanOperations<?>> after) Return a composed applier that performs this operation followed by the after operation.protected abstract TWhereOrHavingApplier.buildNew(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Consumer<BooleanOperations<?>> after) Constructor parameters in org.mybatis.dynamic.sql.dsl with type arguments of type BooleanOperationsModifierConstructorDescriptionprotectedWhereOrHavingApplier(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Consumer<BooleanOperations<?>> after) -
Uses of BooleanOperations in org.mybatis.dynamic.sql.select
Classes in org.mybatis.dynamic.sql.select that implement BooleanOperationsModifier and TypeClassDescriptionclassclassclassMethod parameters in org.mybatis.dynamic.sql.select with type arguments of type BooleanOperationsModifier and TypeMethodDescriptionprotected HavingApplierHavingApplier.buildNew(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Consumer<BooleanOperations<?>> after) -
Uses of BooleanOperations in org.mybatis.dynamic.sql.select.caseexpression
Classes in org.mybatis.dynamic.sql.select.caseexpression that implement BooleanOperations -
Uses of BooleanOperations in org.mybatis.dynamic.sql.where
Method parameters in org.mybatis.dynamic.sql.where with type arguments of type BooleanOperationsModifier and TypeMethodDescriptionprotected WhereApplierWhereApplier.buildNew(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Consumer<BooleanOperations<?>> after)