ModeShape Distribution 3.0.0.Alpha5

Uses of Interface
org.modeshape.jcr.query.QueryResults

Packages that use QueryResults
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
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.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of QueryResults in org.modeshape.jcr.query
 

Fields in org.modeshape.jcr.query declared as QueryResults
protected  QueryResults JcrQueryResult.results
           
 

Methods in org.modeshape.jcr.query that return QueryResults
 QueryResults JcrQueryContext.execute(QueryCommand query, PlanHints hints, Map<String,Object> variables)
           
protected  QueryResults JcrQueryResult.results()
           
 

Constructors in org.modeshape.jcr.query with parameters of type QueryResults
JcrQueryResult.QueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
JcrQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
JcrSqlQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
XPathQueryResult.XPathQueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
           
XPathQueryResult(JcrQueryContext context, String query, QueryResults graphResults, Schemata schemata)
           
 

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

Methods in org.modeshape.jcr.query.lucene that return QueryResults
 QueryResults LuceneQueryEngine.query(ExecutionContext context, RepositoryCache repositoryCache, Set<String> workspaceNames, Map<String,NodeCache> overriddenNodeCachesByWorkspaceName, QueryCommand query, Schemata schemata, PlanHints hints, Map<String,Object> variables)
          Execute the supplied query against the named workspace, using the supplied hints, schemata and variables.
 

Uses of QueryResults in org.modeshape.jcr.query.process
 

Classes in org.modeshape.jcr.query.process that implement QueryResults
 class QueryResults
          The resulting output of a query.
 

Methods in org.modeshape.jcr.query.process that return QueryResults
 QueryResults QueryEngine.execute(QueryContext context, QueryCommand query)
          Execute the supplied query by planning, optimizing, and then processing it.
 QueryResults QueryProcessor.execute(QueryContext context, QueryCommand command, QueryResults.Statistics statistics, PlanNode plan)
           
 QueryResults Processor.execute(QueryContext context, QueryCommand command, QueryResults.Statistics statistics, PlanNode plan)
          Process the supplied query plan for the given command and return the results.
 


ModeShape Distribution 3.0.0.Alpha5

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