public interface Evaluation
extends java.io.Serializable
Query node with your own callback
Evaluation, construct an object that implements the
Evaluation interface and register it by passing it
to Query.constrain(Object).
Query nodes in the query graph are called first.
evaluate(Candidate) method are Serializable. This may include
the class an anonymous Evaluation object is created in. If db4o is
not successful at using Serialization, the Evaluation is transported
to the server in a db4o MemoryBin. In this case final variables can
not be restored.| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(Candidate candidate)
callback method during
query execution. |
void evaluate(Candidate candidate)
query execution.candidate - reference to the candidate persistent object.