ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.query.model.ReferenceValue

Packages that use ReferenceValue
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
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.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

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

Methods in org.modeshape.jcr.query.lucene with parameters of type ReferenceValue
protected abstract  org.apache.lucene.search.Query LuceneQueryFactory.findNodesWith(SelectorName selectorName, ReferenceValue referenceValue, Operator operator, Object value)
          Create a query that finds documents with fields that are references that fit the supplied operator/value criteria.
 

Uses of ReferenceValue in org.modeshape.jcr.query.lucene.basic
 

Methods in org.modeshape.jcr.query.lucene.basic with parameters of type ReferenceValue
protected  org.apache.lucene.search.Query BasicLuceneQueryFactory.findNodesWith(SelectorName selectorName, ReferenceValue referenceValue, Operator operator, Object value)
           
 

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

Methods in org.modeshape.jcr.query.model that return ReferenceValue
 ReferenceValue QueryObjectModelFactory.referenceValue(String selectorName)
           
 ReferenceValue QueryObjectModelFactory.referenceValue(String selectorName, String propertyName)
           
 

Methods in org.modeshape.jcr.query.model with parameters of type ReferenceValue
 void Visitors.AbstractVisitor.visit(ReferenceValue obj)
           
 void Visitors.WalkAllVisitor.visit(ReferenceValue referenceValue)
           
 void Visitors.ReadableVisitor.visit(ReferenceValue value)
           
 void Visitor.visit(ReferenceValue obj)
           
 

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

Methods in org.modeshape.jcr.query.parse that return ReferenceValue
protected  ReferenceValue BasicSqlQueryParser.parseReferenceValue(TokenStream tokens, TypeSystem typeSystem, Source source)
           
protected  ReferenceValue BasicSqlQueryParser.referenceValue(SelectorName selector)
           
protected  ReferenceValue BasicSqlQueryParser.referenceValue(SelectorName selector, String propertyName)
           
 

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

Methods in org.modeshape.jcr.query.plan with parameters of type ReferenceValue
 void PlanUtil.RequiredColumnVisitor.visit(ReferenceValue value)
           
 

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

Methods in org.modeshape.jcr.query.validate with parameters of type ReferenceValue
 void Validator.visit(ReferenceValue obj)
           
 


ModeShape Distribution 3.0.0.Beta4

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