org.apache.openjpa.persistence.query
Class ExistsExpression
java.lang.Object
org.apache.openjpa.persistence.query.AbstractVisitable
org.apache.openjpa.persistence.query.UnaryExpressionPredicate
org.apache.openjpa.persistence.query.ExistsExpression
- All Implemented Interfaces:
- Serializable, Predicate, Visitable
public class ExistsExpression
- extends UnaryExpressionPredicate
Denotes EXISTS(SubQuery) Expression.
- 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 |
ExistsExpression
public ExistsExpression(QueryDefinitionImpl op)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.