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

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

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

Subclasses of Predicate in org.castor.cpa.persistence.sql.query.condition
 class IsNullPredicate
          Predicate that checks expressions for being null or not null.
 

Uses of Predicate in org.castor.cpa.persistence.sql.query.expression
 

Methods in org.castor.cpa.persistence.sql.query.expression that return Predicate
 Predicate Expression.isNotNull()
          Check if this expression is not null.
 Predicate Expression.isNull()
          Check if this expression is null.
 



Copyright © 2010. All Rights Reserved.