Package | Description |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
Modifier and Type | Method and Description |
---|---|
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName)
Creates a dynamic operand that evaluates to the REFERENCE value of the any property on the specified selector.
|
ReferenceValue |
QueryObjectModelFactory.referenceValue(String selectorName,
String propertyName)
Creates a dynamic operand that evaluates to the REFERENCE value of the specified property on the specified selector.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceValue
A dynamic operand that evaluates to the value(s) of a single or any reference property on a selector, used in a
Comparison constraint. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.