Uses of Class
org.apache.torque.criteria.Criterion
Packages that use Criterion
-
Uses of Criterion in org.apache.torque.criteria
Methods in org.apache.torque.criteria that return CriterionModifier and TypeMethodDescriptionReplaces this criterion's condition with (this criterion's condition AND criterion).Criteria.getHaving()Get Having Criterion.final CriterionJoin.getJoinCondition()Criteria.getTopLevelCriterion()Returns the top level Criterion.Replaces this criterion's condition with (this criterion's condition OR criterion).Criterion.setIgnoreCase(boolean b) Sets ignore case. ignoreCase is ignored for a verbatim sql statement.Methods in org.apache.torque.criteria that return types with arguments of type CriterionModifier and TypeMethodDescriptionCriterion.getParts()Returns the parts of which this criterion consists.Methods in org.apache.torque.criteria with parameters of type CriterionModifier and TypeMethodDescriptionThis method adds a prepared Criterion object to the Criteria as a having clause.Adds a join to the criteria.Criteria.addJoin(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Adds a join to the criteria, E.g. to create the condition"AND"s Criterion object with the conditions in this Criteria.Replaces this criterion's condition with (this criterion's condition AND criterion)."OR"s a Criterion object with the conditions in this Criteria.Replaces this criterion's condition with (this criterion's condition OR criterion)."AND"s Criterion object with the conditions in this Criteria.Constructors in org.apache.torque.criteria with parameters of type CriterionModifierConstructorDescriptionCreates a shallow copy of the given Criterion.Join(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Constructor.