org.apache.openjpa.persistence.query
Class AndPredicate
java.lang.Object
   org.apache.openjpa.persistence.query.AbstractVisitable
org.apache.openjpa.persistence.query.AbstractVisitable
       org.apache.openjpa.persistence.query.LogicalPredicate
org.apache.openjpa.persistence.query.LogicalPredicate
           org.apache.openjpa.persistence.query.AndPredicate
org.apache.openjpa.persistence.query.AndPredicate
- All Implemented Interfaces: 
- Serializable, Predicate, Visitable
- public class AndPredicate 
- extends LogicalPredicate
Denotes (e1 AND e2) predicate.
- Author:
- Pinaki Poddar
- See Also:
- Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AndPredicate
public AndPredicate(Predicate p1,
                    Predicate p2)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.