| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subquery | |
|---|---|
| org.apache.openjpa.persistence.query | OpenJPA Dynamic Query | 
| Uses of Subquery in org.apache.openjpa.persistence.query | 
|---|
| Subinterfaces of Subquery in org.apache.openjpa.persistence.query | |
|---|---|
|  interface | DomainObjectDomain objects define the domain over which a query operates. | 
|  interface | QueryDefinitionInterface for construction of query definitions | 
| Classes in org.apache.openjpa.persistence.query that implement Subquery | |
|---|---|
|  class | AbstractDomainObjectDomain Object is a path expression over which query is evaluated. | 
| (package private)  class | AllExpressionDenotes All(SubQuery) Expression. | 
| (package private)  class | AnyExpressionDenotes ANY(SUbquery) Expression. | 
|  class | EntryExpressionDenotes ENTRY(e) on a path. | 
|  class | FetchPathDenotes a path used in fetch join. | 
|  class | JoinPathPath resulting by joining from a parent path via an attribute. | 
|  class | KeyExpressionDenotes KEY(e) Expression. | 
| (package private)  class | NavigationPathRepresents a path resulted by navigation. | 
|  class | OperatorPathA path resulting from KEY() or VALUE() operation on an existing path. | 
|  class | QueryDefinitionImplImplements QueryDefinition. | 
| (package private)  class | QueryExpressionAn expression resulting from operation on a query itself. | 
|  class | RootPathDenotes root domain instance representing a persistent type. | 
| (package private)  class | SomeExpressionDenotes SOME(Subquery) Expression. | 
|  class | ValueExpressionDenotes VALUE(e) Expression. | 
| Methods in org.apache.openjpa.persistence.query that return Subquery | |
|---|---|
|  Subquery | QueryDefinitionImpl.all() | 
|  Subquery | QueryDefinition.all()Use the query definition object in a subquery in an all expression. | 
|  Subquery | AbstractDomainObject.all()Derives this path as ALL(subquery) to its owning query. | 
|  Subquery | QueryDefinitionImpl.any() | 
|  Subquery | QueryDefinition.any()Use the query definition object in a subquery in an any expression. | 
|  Subquery | AbstractDomainObject.any()Adds this path as ANY(subquery) to its owning query. | 
|  Subquery | QueryDefinitionImpl.some() | 
|  Subquery | QueryDefinition.some()Use the query definition object in a subquery in a some expression. | 
|  Subquery | AbstractDomainObject.some()Adds this path as SOME(subquery) to its owning query. | 
| Methods in org.apache.openjpa.persistence.query with parameters of type Subquery | |
|---|---|
|  Predicate | ExpressionImpl.in(Subquery subquery) | 
|  Predicate | Expression.in(Subquery subquery)Create a predicate for testing whether the expression value is a member of a subquery result. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||