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 |
FilterValue.getXPath()
If this is an XPath, return it,
else return null;
|
PCPath |
FilterValueImpl.getXPath() |
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,
Class cls)
Constructor.
|
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.