Interface ParentCandidate
-
- All Superinterfaces:
Candidate
,InternalCandidate
- All Known Implementing Classes:
QCandidate
public interface ParentCandidate extends InternalCandidate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
createChild(QField field, QCandidates candidates)
void
useField(QField field)
-
Methods inherited from interface com.db4o.query.Candidate
getObject, include, objectContainer
-
Methods inherited from interface com.db4o.internal.query.processor.InternalCandidate
candidates, classMetadata, doNotInclude, evaluate, evaluate, fieldIsAvailable, getRoot, id, include, pendingJoins, prepareComparison, root, transaction
-
-
-
-
Method Detail
-
createChild
boolean createChild(QField field, QCandidates candidates)
-
useField
void useField(QField field)
-
-