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.
|
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. |
Modifier and Type | Method and Description |
---|---|
Join |
QueryObjectModelFactory.join(Source left,
Source right,
String joinType,
JoinCondition joinCondition) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(Join obj) |
void |
Visitors.WalkAllVisitor.visit(Join join) |
void |
Visitors.ReadableVisitor.visit(Join join) |
void |
Visitor.visit(Join obj) |
Modifier and Type | Method and Description |
---|---|
protected Join |
BasicSqlQueryParser.join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JcrSqlQueryParser.usesSelector(Join join,
SelectorName selector) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.