Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
Query.explain()
Generates a plan for the this query and returns a
object that contains no results (nodes
or rows) but does have a query plan. |
Modifier and Type | Method and Description |
---|---|
QueryResult |
JcrQuery.execute() |
QueryResult |
JcrQuery.explain() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.