Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel.exps |
OpenJPA-JDBC Expression Tree
|
Modifier and Type | Method and Description |
---|---|
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;
|
Modifier and Type | Method and Description |
---|---|
void |
Variable.setPCPath(PCPath path)
Set the path this variable is aliased to.
|
Constructor and Description |
---|
BindVariableExpression(Variable var,
PCPath val,
boolean key)
Constructor.
|
GetObjectId(PCPath path)
Constructor.
|
InstanceofExpression(PCPath path,
java.lang.Class cls)
Constructor.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.