|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Val | |
---|---|
org.apache.openjpa.jdbc.kernel.exps | OpenJPA-JDBC Expression Tree |
org.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 | |
---|---|
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 | |
---|---|
class |
CandidatePath
A path represents a traversal into fields of a candidate object. |
class |
Coalesce
An in-memory representation of a coalesce expression |
class |
NullIf
An in-memory representation of a nullif expression |
class |
SimpleCase
An in-memory representation of a simple case expression |
Methods in org.apache.openjpa.kernel.exps that return Val | |
---|---|
Val |
WhenCondition.getVal()
|
Val[] |
Coalesce.getVal()
|
Val |
WhenScalar.getVal1()
|
Val |
NullIf.getVal1()
|
Val |
WhenScalar.getVal2()
|
Val |
NullIf.getVal2()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |