ModeShape Distribution 3.0.0.CR1

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

Packages that use CancellableQuery
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. 
 

Uses of CancellableQuery in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return CancellableQuery
 CancellableQuery JcrQueryContext.createExecutableQuery(QueryCommand query, PlanHints hints, Map<String,Object> variables)
           
 

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

Methods in org.modeshape.jcr.query.lucene that return CancellableQuery
 CancellableQuery 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.
 


ModeShape Distribution 3.0.0.CR1

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