|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.solarmetric.rd.kodo.query.exp.InMemoryPath
A path represents a traversal into fields of a candidate object.
| Constructor Summary | |
InMemoryPath()
|
|
| Method Summary | |
void |
castTo(java.lang.Class type)
Cast this value to the given type. |
java.lang.Object |
evaluate(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
Evaluate the given candidate. |
void |
get(java.lang.String field)
Traverse into the given field of the current object, and update the current object to that field value. |
boolean |
isVariable()
Return true if this value is a variable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InMemoryPath()
| Method Detail |
public void get(java.lang.String field)
get in interface Pathpublic boolean isVariable()
Value
isVariable in interface Valuepublic void castTo(java.lang.Class type)
InMemoryValue
castTo in interface InMemoryValue
public java.lang.Object evaluate(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
InMemoryValue
evaluate in interface InMemoryValue
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||