| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree | 
| org.apache.openjpa.kernel.exps | OpenJPA Expression Tree | 
| Uses of Path in org.apache.openjpa.jdbc.kernel.exps | 
|---|
| Methods in org.apache.openjpa.jdbc.kernel.exps that return Path | |
|---|---|
|  Path | JDBCExpressionFactory.newPath() | 
|  Path | JDBCExpressionFactory.newPath(Value val) | 
| Uses of Path in org.apache.openjpa.kernel.exps | 
|---|
| Methods in org.apache.openjpa.kernel.exps that return Path | |
|---|---|
|  Path | InMemoryExpressionFactory.newPath() | 
|  Path | ExpressionFactory.newPath()Return a value representing a path which will consist of a chain of 1 or more field names starting in the namespace of the candidate class. Example: parent.address.city | 
|  Path | InMemoryExpressionFactory.newPath(Value val) | 
|  Path | ExpressionFactory.newPath(Value val)Return a value representing a path which will consist of a chain of 1 or more field names starting in the namespace of the given value. Example: var.address.city | 
| Methods in org.apache.openjpa.kernel.exps with parameters of type Path | |
|---|---|
| protected  Value | AbstractExpressionBuilder.traversePath(Path path,
             String field)Traverse the given field in the given path. | 
| protected  Value | AbstractExpressionBuilder.traversePath(Path path,
             String field,
             boolean pcOnly,
             boolean allowNull)Traverse the given field in the given path. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||