Uses of Class
org.castor.cpa.persistence.sql.query.condition.CompoundCondition

Packages that use CompoundCondition
org.castor.cpa.persistence.sql.query.condition   
 

Uses of CompoundCondition in org.castor.cpa.persistence.sql.query.condition
 

Subclasses of CompoundCondition in org.castor.cpa.persistence.sql.query.condition
 class AndCondition
          Represents a list of conditions that are concatenated by an AND operator.
 class OrCondition
          Represents a list of conditions that are concatenated by an OR operator.
 

Constructors in org.castor.cpa.persistence.sql.query.condition with parameters of type CompoundCondition
CompoundCondition(CompoundCondition condition)
          Copy constructor.
 



Copyright © 2010. All Rights Reserved.