Package | Description |
---|---|
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 | Interface and Description |
---|---|
interface |
QueryCommand
Represents the abstract base class for all query commands.
|
Modifier and Type | Class and Description |
---|---|
class |
Query |
class |
SelectQuery
An implementation of
SelectQuery . |
class |
SetQuery
This object acts as a Set operator on multiple
queries , such as performing UNION, INTERSECT, and EXCEPT
operations. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.