| 
 | ||||||||||
| 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 | AbstractDomainObjectDomain Object is a path expression over which query is evaluated. | 
|  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 | RootPathDenotes root domain instance representing a persistent type. | 
|  class | ValueExpressionDenotes 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 | |||||||||