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.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
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. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.applies(ReferenceValue operand) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.