| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPath | |
|---|---|
| org.apache.openjpa.persistence.query | OpenJPA Dynamic Query | 
| Uses of AbstractPath in org.apache.openjpa.persistence.query | 
|---|
| Subclasses of AbstractPath in org.apache.openjpa.persistence.query | |
|---|---|
 class | 
AbstractDomainObject
Domain Object is a path expression over which query is evaluated.  | 
 class | 
EntryExpression
Denotes ENTRY(e) on a path.  | 
 class | 
FetchPath
Denotes a path used in fetch join.  | 
 class | 
JoinPath
Path resulting by joining from a parent path via an attribute.  | 
 class | 
KeyExpression
Denotes KEY(e) Expression.  | 
(package private)  class | 
NavigationPath
Represents a path resulted by navigation.  | 
 class | 
OperatorPath
A path resulting from KEY() or VALUE() operation on an existing path.  | 
 class | 
RootPath
Denotes root domain instance representing a persistent type.  | 
 class | 
ValueExpression
Denotes VALUE(e) Expression.  | 
| Fields in org.apache.openjpa.persistence.query declared as AbstractPath | |
|---|---|
protected  AbstractPath | 
AbstractPath._parent
 | 
| Methods in org.apache.openjpa.persistence.query that return AbstractPath | |
|---|---|
 AbstractPath | 
AbstractPath.getParent()
Gets the parent from which this receiver has been derived.  | 
| Methods in org.apache.openjpa.persistence.query that return types with arguments of type AbstractPath | |
|---|---|
(package private)  LinkedList<AbstractPath> | 
AbstractPath.split()
 | 
| Constructors in org.apache.openjpa.persistence.query with parameters of type AbstractPath | |
|---|---|
AbstractDomainObject(QueryDefinitionImpl owner,
                     AbstractPath parent,
                     PathOperator op,
                     Object part2)
 | 
|
AbstractPath(QueryDefinitionImpl owner,
             AbstractPath parent,
             PathOperator op,
             Object part2)
 | 
|
NavigationPath(QueryDefinitionImpl owner,
               AbstractPath parent,
               String attr)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||