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

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

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

Methods in org.apache.openjpa.jdbc.kernel.exps that return PCPath
 PCPath Variable.getPCPath()
          Return the path this variable is aliased to.
 PCPath FilterValueImpl.getXPath()
           
 PCPath FilterValue.getXPath()
          If this is an XPath, return it, else return null;
 

Methods in org.apache.openjpa.jdbc.kernel.exps with parameters of type PCPath
 void Variable.setPCPath(PCPath path)
          Set the path this variable is aliased to.
 

Constructors in org.apache.openjpa.jdbc.kernel.exps with parameters of type PCPath
BindVariableExpression(Variable var, PCPath val, boolean key)
          Constructor.
GetObjectId(PCPath path)
          Constructor.
InstanceofExpression(PCPath path, Class cls)
          Constructor.
 



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