Uses of Class
org.apache.openjpa.kernel.exps.Val

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()
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.