Uses of Class
org.apache.torque.util.Criteria.Criterion

Packages that use Criteria.Criterion
org.apache.torque.util Misc. 
 

Uses of Criteria.Criterion in org.apache.torque.util
 

Methods in org.apache.torque.util that return Criteria.Criterion
 Criteria.Criterion Criteria.Criterion.and(Criteria.Criterion criterion)
          Append an AND Criterion onto this Criterion's list.
 Criteria.Criterion[] Criteria.Criterion.getAttachedCriterion()
          get an array of all criterion attached to this recursing through all sub criterion
 Criteria.Criterion Criteria.getCriterion(Column column)
          Deprecated. Return the criterion for a column.
 Criteria.Criterion Criteria.getCriterion(String column)
          Deprecated. Method to return criteria related to a column in a table.
 Criteria.Criterion Criteria.getCriterion(String table, String column)
          Deprecated. Method to return criteria related to a column in a table.
 Criteria.Criterion Criteria.getHaving()
          Deprecated. Get Having Criterion.
 Criteria.Criterion Criteria.getNewCriterion(Column column, Object value, SqlEnum comparison)
          Deprecated. Method to return criterion that is not added automatically to this Criteria.
 Criteria.Criterion Criteria.getNewCriterion(String column, Object value, SqlEnum comparison)
          Deprecated. Method to return criterion that is not added automatically to this Criteria.
 Criteria.Criterion Criteria.getNewCriterion(String table, String column, Object value, SqlEnum comparison)
          Deprecated. Method to return criterion that is not added automatically to this Criteria.
 Criteria.Criterion Criteria.Criterion.or(Criteria.Criterion criterion)
          Append an OR Criterion onto this Criterion's list.
 Criteria.Criterion Criteria.Criterion.setIgnoreCase(boolean b)
          Sets ignore case.
 

Methods in org.apache.torque.util that return types with arguments of type Criteria.Criterion
 List<Criteria.Criterion> Criteria.Criterion.getClauses()
          Returns the list of clauses in this Criterion.
 Collection<Criteria.Criterion> Criteria.values()
          Deprecated. Returns all the top-level Criterions in this criteria (but not the chained Criterions).
 

Methods in org.apache.torque.util with parameters of type Criteria.Criterion
 Criteria Criteria.add(Criteria.Criterion c)
          Deprecated. This method adds a prepared Criterion object to the Criteria.
 Criteria Criteria.addHaving(Criteria.Criterion having)
          Deprecated. This method adds a prepared Criterion object to the Criteria as a having clause.
 Criteria Criteria.and(Criteria.Criterion c)
          Deprecated. This method adds a prepared Criterion object to the Criteria.
 Criteria.Criterion Criteria.Criterion.and(Criteria.Criterion criterion)
          Append an AND Criterion onto this Criterion's list.
 Criteria Criteria.or(Criteria.Criterion c)
          Deprecated. This method adds a prepared Criterion object to the Criteria.
 Criteria.Criterion Criteria.Criterion.or(Criteria.Criterion criterion)
          Append an OR Criterion onto this Criterion's list.
 

Method parameters in org.apache.torque.util with type arguments of type Criteria.Criterion
 void Criteria.putAll(Map<Column,Criteria.Criterion> t)
          Deprecated. Copies all of the mappings from the specified Map to this Criteria These mappings will replace any mappings that this Criteria had for any of the keys currently in the specified Map.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.