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 void
Platform4. 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 void
PredicateEvaluation. 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 interface
InternalCandidate
interface
ParentCandidate
Classes in com.db4o.internal.query.processor that implement Candidate Modifier and Type Class Description class
QCandidate
Represents an actual object in the database.class
QCandidateBase
class
QPrimitiveCandidate
-
Uses of Candidate in com.db4o.query
Methods in com.db4o.query with parameters of type Candidate Modifier and Type Method Description void
Evaluation. evaluate(Candidate candidate)
Callback method duringquery execution
.
-