| Package | Description |
|---|---|
| org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
| Modifier and Type | Field and Description |
|---|---|
(package private) SubqueryImpl<X> |
Expressions.SubqueryPredicate.e |
(package private) SubqueryImpl<X> |
Expressions.SubqueryExpression.e |
| Modifier and Type | Method and Description |
|---|---|
(package private) SubqueryImpl<?> |
CriteriaQueryImpl.getDelegator()
Gets the subquery, if any, which is delegating to this receiver.
|
| Modifier and Type | Method and Description |
|---|---|
PathImpl<?,?> |
PathImpl.getCorrelatedRoot(SubqueryImpl<?> subquery) |
boolean |
PathImpl.inSubquery(SubqueryImpl<?> subquery)
Affirms if this receiver occurs in the roots of the given subquery.
|
| Constructor and Description |
|---|
CriteriaQueryImpl(MetamodelImpl model,
SubqueryImpl<T> delegator)
Used by a subquery to delegate to this receiver.
|
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.