Package com.db4o.internal.query
Class PredicateEvaluation
- java.lang.Object
-
- com.db4o.internal.query.PredicateEvaluation
-
- All Implemented Interfaces:
Evaluation
,java.io.Serializable
public class PredicateEvaluation extends java.lang.Object implements Evaluation
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Predicate
_predicate
-
Constructor Summary
Constructors Constructor Description PredicateEvaluation()
PredicateEvaluation(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(Candidate candidate)
Callback method duringquery execution
.
-
-
-
Field Detail
-
_predicate
public Predicate _predicate
-
-
Constructor Detail
-
PredicateEvaluation
public PredicateEvaluation()
-
PredicateEvaluation
public PredicateEvaluation(Predicate predicate)
-
-
Method Detail
-
evaluate
public void evaluate(Candidate candidate)
Description copied from interface:Evaluation
Callback method duringquery execution
.- Specified by:
evaluate
in interfaceEvaluation
- Parameters:
candidate
- reference to the candidate persistent object.
-
-