java.lang.Object
org.datanucleus.api.jdo.query.inmemory.JDOHelperGetObjectIdFunction
- All Implemented Interfaces:
org.datanucleus.store.query.inmemory.InvocationEvaluator
public class JDOHelperGetObjectIdFunction
extends Object
implements org.datanucleus.store.query.inmemory.InvocationEvaluator
Evaluator for the function JDOHelper.getObjectId(obj).
-
Constructor Summary
Constructors
-
Method Summary
evaluate(org.datanucleus.store.query.expression.InvokeExpression expr,
Object invokedValue,
org.datanucleus.store.query.inmemory.InMemoryExpressionEvaluator eval)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JDOHelperGetObjectIdFunction
public JDOHelperGetObjectIdFunction()
-
Method Details
-
evaluate
public Object evaluate(org.datanucleus.store.query.expression.InvokeExpression expr,
Object invokedValue,
org.datanucleus.store.query.inmemory.InMemoryExpressionEvaluator eval)
- Specified by:
evaluate
in interface org.datanucleus.store.query.inmemory.InvocationEvaluator