Uses of Interface
net.sf.jaxme.sqls.Constraint

Packages that use Constraint
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.impl   
 

Uses of Constraint in net.sf.jaxme.sqls
 

Subinterfaces of Constraint in net.sf.jaxme.sqls
 interface BooleanConstraint
           
 interface CombinedConstraint
           
 

Methods in net.sf.jaxme.sqls with parameters of type Constraint
 java.lang.String SQLGenerator.getConstraint(Constraint pConstraint)
          Generates a part of a WHERE clause.
 void CombinedConstraint.addConstraint(java.util.Map pMap, Constraint pConstraint)
          Clones the given CombinedConstraint, mapping the column references from the given constraint to the values in the given map.
 

Uses of Constraint in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement Constraint
 class BooleanConstraintImpl
           
 class CombinedConstraintImpl
           
 class ConstraintImpl
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type Constraint
 java.lang.String SQLGeneratorImpl.getConstraint(Constraint pConstraint)
           
 void CombinedConstraintImpl.addConstraint(java.util.Map pMap, Constraint pConstraint)