Uses of Class
org.apache.openjpa.persistence.criteria.SubqueryImpl

Packages that use SubqueryImpl
org.apache.openjpa.persistence.criteria OpenJPA Criteria Query 
 

Uses of SubqueryImpl in org.apache.openjpa.persistence.criteria
 

Fields in org.apache.openjpa.persistence.criteria declared as SubqueryImpl
(package private)  SubqueryImpl<X> Expressions.SubqueryPredicate.e
           
(package private)  SubqueryImpl<X> Expressions.SubqueryExpression.e
           
 

Methods in org.apache.openjpa.persistence.criteria that return SubqueryImpl
(package private)  SubqueryImpl<?> CriteriaQueryImpl.getDelegator()
          Gets the subquery, if any, which is delegating to this receiver.
 

Methods in org.apache.openjpa.persistence.criteria with parameters of type SubqueryImpl
 PathImpl<?,?> PathImpl.getCorrelatedRoot(SubqueryImpl<?> subquery)
           
 boolean PathImpl.inSubquery(SubqueryImpl<?> subquery)
          Affirms if this receiver occurs in the roots of the given subquery.
 

Constructors in org.apache.openjpa.persistence.criteria with parameters of type SubqueryImpl
CriteriaQueryImpl(MetamodelImpl model, SubqueryImpl<T> delegator)
          Used by a subquery to delegate to this receiver.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.