Uses of Interface
org.modeshape.jcr.api.query.qom.ReferenceValue

Packages that use ReferenceValue
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of ReferenceValue in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return ReferenceValue
 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.
 

Uses of ReferenceValue in org.modeshape.jcr.query.qom
 

Classes in org.modeshape.jcr.query.qom that implement ReferenceValue
 class JcrReferenceValue
          Implementation of the property value dynamic operand for the JCR Query Object Model and the Graph API.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.