| Name | Description | Type | Package | Framework |
| And | Performs a logical conjunction of two other constraints. | Interface | javax.jcr.query.qom | JCR |
|
| BindVariableValue | Evaluates to the value of a bind variable. | Interface | javax.jcr.query.qom | JCR |
|
| ChildNode | Tests whether the selector node is a child of a node reachable by absolute path path. | Interface | javax.jcr.query.qom | JCR |
|
| ChildNodeJoinCondition | Tests whether the childSelector node is a child of the parentSelector node. | Interface | javax.jcr.query.qom | JCR |
|
| Column | Defines a column to include in the tabular view of query results. | Interface | javax.jcr.query.qom | JCR |
|
| Comparison | Filters node-tuples based on the outcome of a binary operation. | Interface | javax.jcr.query.qom | JCR |
|
| Constraint | Filters the set of node-tuples formed by evaluating the query's selectors and the joins between them. | Interface | javax.jcr.query.qom | JCR |
|
| DescendantNode | Tests whether the selector node is a descendant of a node reachable by absolute path path. | Interface | javax.jcr.query.qom | JCR |
|
| DescendantNodeJoinCondition | Tests whether the descendantSelector node is a descendant of the ancestorSelector | Interface | javax.jcr.query.qom | JCR |
|
| DynamicOperand | | Interface | javax.jcr.query.qom | JCR |
|
| EquiJoinCondition | Tests whether the value of a property in a first selector is equal to the value of a property in a second selector. | Interface | javax.jcr.query.qom | JCR |
|
| FullTextSearch | Performs a full-text search. | Interface | javax.jcr.query.qom | JCR |
|
| FullTextSearchScore | Evaluates to a DOUBLE value equal to the full-text search score Full-text search score ranks a selector's nodes by their relevance to the | Interface | javax.jcr.query.qom | JCR |
|
| Join | Performs a join between two node-tuple sources. | Interface | javax.jcr.query.qom | JCR |
|
| JoinCondition | | Interface | javax.jcr.query.qom | JCR |
|
| Length | Evaluates to the length (or lengths, if multi-valued) of a property. | Interface | javax.jcr.query.qom | JCR |
|
| Literal | Evaluates to a literal value. | Interface | javax.jcr.query.qom | JCR |
|
| LowerCase | Evaluates to the lower-case string value (or values, if multi-valued) of If operand does not evaluate to a string value, its value | Interface | javax.jcr.query.qom | JCR |
|
| NodeLocalName | | Interface | javax.jcr.query.qom | JCR |
|
| NodeName | | Interface | javax.jcr.query.qom | JCR |
|
| Not | Performs a logical negation of another constraint. | Interface | javax.jcr.query.qom | JCR |
|
| Operand | | Interface | javax.jcr.query.qom | JCR |
|
| Or | Performs a logical disjunction of two other constraints. | Interface | javax.jcr.query.qom | JCR |
|
| Ordering | Determines the relative order of two node-tuples by evaluating operand for each. | Interface | javax.jcr.query.qom | JCR |
|
| PropertyExistence | Tests the existence of a property. | Interface | javax.jcr.query.qom | JCR |
|
| PropertyValue | Evaluates to the value (or values, if multi-valued) of a property. | Interface | javax.jcr.query.qom | JCR |
|
| QueryObjectModel | A query in the JCR query object model. | Interface | javax.jcr.query.qom | JCR |
|
| QueryObjectModelConstants | Defines constants used in the query object model. | Interface | javax.jcr.query.qom | JCR |
|
| QueryObjectModelFactory | A QueryObjectModelFactory creates instances of the JCR query Refer to QueryObjectModel for a description of the query object | Interface | javax.jcr.query.qom | JCR |
|
| SameNode | Tests whether the selector node is reachable by absolute path path. | Interface | javax.jcr.query.qom | JCR |
|
| SameNodeJoinCondition | Tests whether two nodes are "the same" according to the isSame method of javax. | Interface | javax.jcr.query.qom | JCR |
|
| Selector | Selects a subset of the nodes in the repository based on node type. | Interface | javax.jcr.query.qom | JCR |
|
| Source | | Interface | javax.jcr.query.qom | JCR |
|
| StaticOperand | | Interface | javax.jcr.query.qom | JCR |
|
| UpperCase | Evaluates to the upper-case string value (or values, if multi-valued) of If operand does not evaluate to a string value, its value | Interface | javax.jcr.query.qom | JCR |