|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Path
A path represents a traversal into fields of a candidate object. Equivalent paths should compare equal.
Method Summary | |
---|---|
void |
get(FieldMetaData field,
boolean nullTraversal)
Traverse into the given field of the current object, and update the current object to that field value. |
FieldMetaData |
last()
Return the last field in the path, or null if the path does not not contain a final field. |
Methods inherited from interface org.apache.openjpa.kernel.exps.Value |
---|
acceptVisit, getMetaData, getType, isAggregate, isVariable, setImplicitType, setMetaData |
Method Detail |
---|
void get(FieldMetaData field, boolean nullTraversal)
nullTraversal
- if true, allow traversal through a null fieldFieldMetaData last()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |