Uses of Interface
com.db4o.query.Candidate
-
Packages that use Candidate Package Description com.db4o.internal com.db4o.internal.query com.db4o.internal.query.processor com.db4o.query -
-
Uses of Candidate in com.db4o.internal
Methods in com.db4o.internal with parameters of type Candidate Modifier and Type Method Description static voidPlatform4. evaluationEvaluate(java.lang.Object a_evaluation, Candidate a_candidate) -
Uses of Candidate in com.db4o.internal.query
Methods in com.db4o.internal.query with parameters of type Candidate Modifier and Type Method Description voidPredicateEvaluation. evaluate(Candidate candidate) -
Uses of Candidate in com.db4o.internal.query.processor
Subinterfaces of Candidate in com.db4o.internal.query.processor Modifier and Type Interface Description interfaceInternalCandidateinterfaceParentCandidateClasses in com.db4o.internal.query.processor that implement Candidate Modifier and Type Class Description classQCandidateRepresents an actual object in the database.classQCandidateBaseclassQPrimitiveCandidate -
Uses of Candidate in com.db4o.query
Methods in com.db4o.query with parameters of type Candidate Modifier and Type Method Description voidEvaluation. evaluate(Candidate candidate)Callback method duringquery execution.
-