Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
Modifier and Type | Method and Description |
---|---|
QueryResults |
CancellableQuery.execute()
Execute the query and get the results.
|
QueryResults |
QueryEngine.execute(QueryContext context,
QueryCommand query)
Execute the supplied query by planning, optimizing, and then processing it.
|
Modifier and Type | Method and Description |
---|---|
QueryResults |
ScanningQueryEngine.execute(QueryContext queryContext,
QueryCommand query)
Execute the supplied query by planning, optimizing, and then processing it.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.