Uses of Class
com.db4o.internal.query.processor.QConObject
-
Packages that use QConObject Package Description com.db4o.internal com.db4o.internal.fieldindex com.db4o.internal.query.processor -
-
Uses of QConObject in com.db4o.internal
Methods in com.db4o.internal with parameters of type QConObject Modifier and Type Method Description void
ClassMetadata. collectConstraints(Transaction trans, QConObject parentConstraint, java.lang.Object obj, Visitor4 visitor)
-
Uses of QConObject in com.db4o.internal.fieldindex
Fields in com.db4o.internal.fieldindex declared as QConObject Modifier and Type Field Description protected QConObject
IndexedNodeBase. _constraint
Constructors in com.db4o.internal.fieldindex with parameters of type QConObject Constructor Description IndexedLeaf(QConObject qcon)
IndexedNodeBase(QConObject qcon)
IndexedPath(QConObject parent, IndexedNode next)
-
Uses of QConObject in com.db4o.internal.query.processor
Subclasses of QConObject in com.db4o.internal.query.processor Modifier and Type Class Description class
QConClass
Class constraint on queriesclass
QConPath
Placeholder for a constraint, only necessary to attach children to the query graph.Methods in com.db4o.internal.query.processor with parameters of type QConObject Modifier and Type Method Description boolean
InternalCandidate. evaluate(QConObject qConObject, QE evaluator)
boolean
QCandidate. evaluate(QConObject a_constraint, QE a_evaluator)
boolean
QPrimitiveCandidate. evaluate(QConObject a_constraint, QE a_evaluator)
-