Uses of Package
org.castor.cpa.persistence.sql.query.condition

Packages that use org.castor.cpa.persistence.sql.query.condition
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.query   
org.castor.cpa.persistence.sql.query.condition   
org.castor.cpa.persistence.sql.query.expression   
org.castor.cpa.persistence.sql.query.visitor   
 

Classes in org.castor.cpa.persistence.sql.query.condition used by org.castor.cpa.persistence.sql.engine
Condition
          Abstract base class for all conditions.
 

Classes in org.castor.cpa.persistence.sql.query.condition used by org.castor.cpa.persistence.sql.query
AndCondition
          Represents a list of conditions that are concatenated by an AND operator.
Compare
          Compare 2 conditions with an operator.
Condition
          Abstract base class for all conditions.
IsNullPredicate
          Predicate that checks expressions for being null or not null.
OrCondition
          Represents a list of conditions that are concatenated by an OR operator.
 

Classes in org.castor.cpa.persistence.sql.query.condition used by org.castor.cpa.persistence.sql.query.condition
AndCondition
          Represents a list of conditions that are concatenated by an AND operator.
CompareOperator
          Enumeration of comparison operators.
CompoundCondition
          Compound condition is the abstract base class for AndCondition and OrCondition.
Condition
          Abstract base class for all conditions.
OrCondition
          Represents a list of conditions that are concatenated by an OR operator.
Predicate
          Abstract base class for all predicates.
 

Classes in org.castor.cpa.persistence.sql.query.condition used by org.castor.cpa.persistence.sql.query.expression
Compare
          Compare 2 conditions with an operator.
Predicate
          Abstract base class for all predicates.
 

Classes in org.castor.cpa.persistence.sql.query.condition used by org.castor.cpa.persistence.sql.query.visitor
AndCondition
          Represents a list of conditions that are concatenated by an AND operator.
Compare
          Compare 2 conditions with an operator.
IsNullPredicate
          Predicate that checks expressions for being null or not null.
OrCondition
          Represents a list of conditions that are concatenated by an OR operator.
 



Copyright © 2012. All Rights Reserved.