Package | Description |
---|---|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
This package provides an implementation of Criteria API in JPA 2.0 Specification
and extended features such as Query-By-Example.
|
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–2015 Apache Software Foundation. All rights reserved.