|
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
An Expression represents a query ready for execution. Generally, it is a set of conditions that must be met for the query to be true.
| Constructor Summary | |
InMemoryExpression()
|
|
| Method Summary | |
protected boolean |
eval(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
Evaluate the expression for the given context candidate and original candidate. |
boolean |
evaluate(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
Evaluate the expression. |
void |
order(java.util.List matches,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
Order the given list of matches according to this expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InMemoryExpression()
| Method Detail |
public final boolean evaluate(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
public void order(java.util.List matches,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
protected boolean eval(java.lang.Object candidate,
java.lang.Object orig,
com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
java.util.Map params)
|
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 | |||||||||