Uses of Class
org.apache.openjpa.kernel.exps.Val
-
Packages that use Val Package Description org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of Val in org.apache.openjpa.jdbc.kernel.exps
Subclasses of Val in org.apache.openjpa.jdbc.kernel.exps Modifier and Type Class Description class
PCPath
A path represents a traversal into fields of a candidate object. -
Uses of Val in org.apache.openjpa.kernel.exps
Subclasses of Val in org.apache.openjpa.kernel.exps Modifier and Type Class Description class
CandidatePath
A path represents a traversal into fields of a candidate object.class
Coalesce
An in-memory representation of a coalesce expressionclass
NullIf
An in-memory representation of a nullif expressionclass
SimpleCase
An in-memory representation of a simple case expressionMethods in org.apache.openjpa.kernel.exps that return Val Modifier and Type Method Description Val[]
Coalesce. getVal()
Val
WhenCondition. getVal()
Val
NullIf. getVal1()
Val
WhenScalar. getVal1()
Val
NullIf. getVal2()
Val
WhenScalar. getVal2()
-