Uses of Interface
org.seasar.doma.jdbc.criteria.context.Criterion
Packages that use Criterion
Package
Description
Provides contexts and settings used to build the criteria query statements.
Provides classes that build the criteria query statements.
Provides classes that represent the SQL expressions.
Provides the SQL queries and builders.
-
Uses of Criterion in org.seasar.doma.jdbc.criteria.context
Classes in org.seasar.doma.jdbc.criteria.context that implement CriterionModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classFields in org.seasar.doma.jdbc.criteria.context with type parameters of type CriterionModifier and TypeFieldDescriptionCriterion.And.criterionListCriterion.Not.criterionListCriterion.Or.criterionListSelectContext.havingJoin.onDeleteContext.whereSelectContext.whereUpdateContext.whereConstructor parameters in org.seasar.doma.jdbc.criteria.context with type arguments of type Criterion -
Uses of Criterion in org.seasar.doma.jdbc.criteria.declaration
Methods in org.seasar.doma.jdbc.criteria.declaration with parameters of type CriterionConstructor parameters in org.seasar.doma.jdbc.criteria.declaration with type arguments of type Criterion -
Uses of Criterion in org.seasar.doma.jdbc.criteria.expression
Fields in org.seasar.doma.jdbc.criteria.expression with type parameters of type Criterion -
Uses of Criterion in org.seasar.doma.jdbc.criteria.query
Methods in org.seasar.doma.jdbc.criteria.query with parameters of type CriterionModifier and TypeMethodDescriptionvoidBuilderSupport.visitCriterion(int index, Criterion criterion)