Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
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.
|
org.modeshape.jcr.query.parse |
This package defines the
QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
Modifier and Type | Method and Description |
---|---|
protected NamedSelector |
QueryBuilder.namedSelector(String nameWithOptionalAlias)
Convenience method that creates a
NamedSelector object given a string that contains the selector name and
optionally an alias. |
Constructor and Description |
---|
QueryBuilder.JoinClause(NamedSelector rightTable,
JoinType type) |
Modifier and Type | Method and Description |
---|---|
NamedSelector |
QueryObjectModelFactory.selector(String nodeTypeName,
String selectorName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(NamedSelector obj) |
void |
Visitors.WalkAllVisitor.visit(NamedSelector selector) |
void |
Visitors.ReadableVisitor.visit(NamedSelector selector) |
void |
Visitor.visit(NamedSelector obj) |
Modifier and Type | Method and Description |
---|---|
protected NamedSelector |
BasicSqlQueryParser.parseNamedSelector(TokenStream tokens,
TypeSystem typeSystem) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(NamedSelector obj) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.