Uses of Interface
org.apache.openjpa.kernel.exps.Path
-
Packages that use Path Package Description org.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of Path in org.apache.openjpa.kernel.exps
Classes in org.apache.openjpa.kernel.exps that implement Path Modifier and Type Class Description classCandidatePathA path represents a traversal into fields of a candidate object.Fields in org.apache.openjpa.kernel.exps with type parameters of type Path Modifier and Type Field Description Map<Path,Value>QueryExpressions. updatesMap ofFieldMetaData,Valuefor update statements.Methods in org.apache.openjpa.kernel.exps that return Path Modifier and Type Method Description PathVal. getPath()PathValue. getPath()PathExpressionFactory. 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.cityPathExpressionFactory. 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.cityPathInMemoryExpressionFactory. newPath()PathInMemoryExpressionFactory. newPath(Value val)Methods in org.apache.openjpa.kernel.exps with parameters of type Path Modifier and Type Method Description voidQueryExpressions. putUpdate(Path path, Value val)Add an update.protected ValueAbstractExpressionBuilder. traversePath(Path path, String field)Traverse the given field in the given path.protected ValueAbstractExpressionBuilder. traversePath(Path path, String field, boolean pcOnly, boolean allowNull)Traverse the given field in the given path.protected ValueAbstractExpressionBuilder. traverseXPath(Path path, String field)
-