Uses of Class
org.modeshape.jcr.query.qom.JcrReferenceValue

Packages that use JcrReferenceValue
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of JcrReferenceValue in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return JcrReferenceValue
protected  JcrReferenceValue JcrSql2QueryParser.referenceValue(SelectorName selector)
          
protected  JcrReferenceValue JcrSql2QueryParser.referenceValue(SelectorName selector, String propertyName)
          
 

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

Methods in org.modeshape.jcr.query.qom that return JcrReferenceValue
 JcrReferenceValue JcrQueryObjectModelFactory.referenceValue(String selectorName)
          Creates a dynamic operand that evaluates to the REFERENCE value of the any property on the specified selector.
 JcrReferenceValue JcrQueryObjectModelFactory.referenceValue(String selectorName, String propertyName)
          Creates a dynamic operand that evaluates to the REFERENCE value of the specified property on the specified selector.
 



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