Uses of Class
org.apache.openjpa.jdbc.kernel.exps.Variable

Packages that use Variable
org.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Tree 
 

Uses of Variable in org.apache.openjpa.jdbc.kernel.exps
 

Methods in org.apache.openjpa.jdbc.kernel.exps that return Variable
 Variable BindVariableExpression.getVariable()
           
 

Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type Variable
 void PCPath.addVariableAction(Variable var)
          Set the path as a binding of the given variable.
 

Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type Variable
BindVariableExpression(Variable var, PCPath val, boolean key)
          Constructor.
PCPath(ClassMapping candidate, Variable var)
          Return a path starting from the given variable.
 



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