ModeShape Distribution 3.5.0.Final

Uses of Interface
org.modeshape.jcr.api.query.QueryResult

Packages that use QueryResult
org.modeshape.jcr.api.query This package provides a set of interfaces that extend the JCR 2.0 API query interfaces with JCR 2.0 functionality. 
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
 

Uses of QueryResult in org.modeshape.jcr.api.query
 

Methods in org.modeshape.jcr.api.query that return QueryResult
 QueryResult Query.explain()
          Generates a plan for the this query and returns a QueryResult object that contains no results (nodes or rows) but does have a query plan.
 

Uses of QueryResult in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return QueryResult
 QueryResult JcrQuery.execute()
          
 QueryResult JcrQuery.explain()
           
 


ModeShape Distribution 3.5.0.Final

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