Uses of Class
org.apache.openjpa.persistence.query.LogicalPredicate

Packages that use LogicalPredicate
org.apache.openjpa.persistence.query OpenJPA Dynamic Query This package provides dynamic query construction that are similar to weakly-typed Criteria API. 
 

Uses of LogicalPredicate in org.apache.openjpa.persistence.query
 

Subclasses of LogicalPredicate in org.apache.openjpa.persistence.query
 class AndPredicate
          Denotes (e1 AND e2) predicate.
 class OrPredicate
          Denotes (e1 OR e2) predicate.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.