|
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.InMemoryExpression
|
+--com.solarmetric.rd.kodo.query.exp.BindVariableExpression
Binds a variable to a collection.
| Constructor Summary | |
BindVariableExpression(com.solarmetric.rd.kodo.query.exp.BoundVariable var,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
Constructor. |
|
| Method Summary | |
protected java.util.Collection |
getCollection(java.lang.Object values)
Return a collection for the given object, produced by eval'ing the value of this expression. |
com.solarmetric.rd.kodo.query.exp.BoundVariable |
getVariable()
|
java.util.Collection |
getVariableValues(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
Return the possible values that variable can take. |
| Methods inherited from class com.solarmetric.rd.kodo.query.exp.InMemoryExpression |
eval, evaluate, order |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BindVariableExpression(com.solarmetric.rd.kodo.query.exp.BoundVariable var,
com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
var - the bound variableval - the value the variable is bound to| Method Detail |
public com.solarmetric.rd.kodo.query.exp.BoundVariable getVariable()
public java.util.Collection getVariableValues(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
protected java.util.Collection getCollection(java.lang.Object values)
eval'ing the value of this expression. Simply casts
the object to a collection by default.
|
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 | |||||||||