| Package | Description |
|---|---|
| org.modeshape.jcr.api.query.qom | |
| org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
QueryObjectModelFactory.select(Source source,
Constraint constraint,
Ordering[] orderings,
Column[] columns,
Limit limit,
boolean isDistinct)
Creates a query with one or more selectors.
|
| Modifier and Type | Method and Description |
|---|---|
QueryObjectModel |
QueryObjectModelFactory.createQuery(SelectQuery command)
Creates a query for a select query command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectQuery
An implementation of
SelectQuery. |
| Modifier and Type | Method and Description |
|---|---|
QueryObjectModel |
QueryObjectModelFactory.createQuery(SelectQuery command) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.