Verwendungen von Klasse
org.apache.torque.criteria.Criterion
Packages, die Criterion verwenden
-
Verwendungen von Criterion in org.apache.torque.criteria
Methoden in org.apache.torque.criteria, die Criterion zurückgebenModifizierer und TypMethodeBeschreibungReplaces this criterion's condition with (this criterion's condition AND criterion).Criteria.getHaving()
Get Having Criterion.final Criterion
Join.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.Methoden in org.apache.torque.criteria, die Typen mit Argumenten vom Typ Criterion zurückgebenModifizierer und TypMethodeBeschreibungCriterion.getParts()
Returns the parts of which this criterion consists.Methoden in org.apache.torque.criteria mit Parametern vom Typ CriterionModifizierer und TypMethodeBeschreibungThis 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.Konstruktoren in org.apache.torque.criteria mit Parametern vom Typ CriterionModifiziererKonstruktorBeschreibungCreates a shallow copy of the given Criterion.Join
(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Constructor.