Uses of Class
org.mybatis.dynamic.sql.SqlCriterion
Packages that use SqlCriterion
Package
Description
-
Uses of SqlCriterion in org.mybatis.dynamic.sql
Subclasses of SqlCriterion in org.mybatis.dynamic.sqlModifier and TypeClassDescriptionclassclassThis class represents a criteria group without an AND or an OR connector.classclassThis class represents a criteria group with a NOT.Methods in org.mybatis.dynamic.sql that return types with arguments of type SqlCriterionModifier and TypeMethodDescriptionAndOrCriteriaGroup.initialCriterion()CriteriaGroup.initialCriterion()Methods in org.mybatis.dynamic.sql with parameters of type SqlCriterionModifier and TypeMethodDescriptionstatic AndOrCriteriaGroupSqlBuilder.and(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) static CriteriaGroupSqlBuilder.group(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) static CriteriaGroupSqlBuilder.group(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) SqlBuilder.having(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) static NotCriterionSqlBuilder.not(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) static NotCriterionSqlBuilder.not(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) static AndOrCriteriaGroupSqlBuilder.or(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) SqlBuilder.where(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) AndOrCriteriaGroup.Builder.withInitialCriterion(SqlCriterion initialCriterion) CriteriaGroup.AbstractGroupBuilder.withInitialCriterion(SqlCriterion initialCriterion) -
Uses of SqlCriterion in org.mybatis.dynamic.sql.common
Methods in org.mybatis.dynamic.sql.common that return SqlCriterionModifier and TypeMethodDescriptionprotected SqlCriterionAbstractBooleanExpressionDSL.getInitialCriterion()Methods in org.mybatis.dynamic.sql.common that return types with arguments of type SqlCriterionMethods in org.mybatis.dynamic.sql.common with parameters of type SqlCriterionModifier and TypeMethodDescriptionAbstractBooleanExpressionDSL.and(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) AbstractBooleanExpressionDSL.and(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) AbstractBooleanExpressionDSL.or(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) AbstractBooleanExpressionDSL.or(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) protected voidAbstractBooleanExpressionDSL.setInitialCriterion(SqlCriterion initialCriterion, AbstractBooleanExpressionDSL.StatementType statementType) Constructors in org.mybatis.dynamic.sql.common with parameters of type SqlCriterionModifierConstructorDescriptionprotectedAbstractBooleanExpressionModel(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) -
Uses of SqlCriterion in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select with parameters of type SqlCriterionModifier and TypeMethodDescriptionAbstractHavingStarter.having(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) AbstractHavingStarter.having(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) Constructors in org.mybatis.dynamic.sql.select with parameters of type SqlCriterionModifierConstructorDescriptionHavingModel(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) -
Uses of SqlCriterion in org.mybatis.dynamic.sql.where
Methods in org.mybatis.dynamic.sql.where with parameters of type SqlCriterionModifier and TypeMethodDescriptionAbstractWhereStarter.where(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria) AbstractWhereStarter.where(SqlCriterion initialCriterion, AndOrCriteriaGroup... subCriteria) Constructors in org.mybatis.dynamic.sql.where with parameters of type SqlCriterionModifierConstructorDescriptionWhereModel(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, StatementConfiguration statementConfiguration) -
Uses of SqlCriterion in org.mybatis.dynamic.sql.where.render
Methods in org.mybatis.dynamic.sql.where.render with parameters of type SqlCriterionModifier and TypeMethodDescriptionCriterionRenderer.render(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Function<FragmentCollector, String> fragmentCalculator)