public class QConClass extends QConObject
_children, i_evaluator, i_parent| Constructor and Description |
|---|
QConClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeIndexLeaf() |
Constraint |
equal()
Used in conjunction with
Constraint.smaller() or Constraint.greater() to create constraints
like "smaller or equal", "greater or equal". |
java.lang.String |
getClassName() |
void |
setProcessedByIndex() |
java.lang.String |
toString() |
byExample, canLoadByIndex, contains, endsWith, getField, getObject, greater, hasObjectInParentPath, identity, identityID, like, onSameFieldAs, smaller, startsWith, visitand, childrenCount, container, evaluator, hasChildren, hasJoins, hasParent, id, internalSetProcessedByIndex, iterateChildren, iterateJoins, not, or, parent, processedByIndex, setCandidates, streamLock, transactionpublic java.lang.String getClassName()
public boolean canBeIndexLeaf()
canBeIndexLeaf in class QConObjectpublic Constraint equal()
ConstraintConstraint.smaller() or Constraint.greater() to create constraints
like "smaller or equal", "greater or equal".
For example:query.constrain(Pilot.class);query.descend("points").constrain(101).smaller().equal();equal in interface Constraintequal in class QConObjectConstraint to allow the chaining of method calls.public java.lang.String toString()
toString in class QConObjectpublic void setProcessedByIndex()
setProcessedByIndex in class QCon