Class OrPredicate

java.lang.Object
org.apache.openjpa.persistence.query.LogicalPredicate
org.apache.openjpa.persistence.query.OrPredicate
All Implemented Interfaces:
Serializable, Predicate, Visitable

public class OrPredicate extends LogicalPredicate
Denotes (e1 OR e2) predicate.
Author:
Pinaki Poddar
See Also: