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