|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| 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. |
| Uses of Join in org.modeshape.jcr.query.model |
|---|
| Methods in org.modeshape.jcr.query.model that return Join | |
|---|---|
Join |
QueryObjectModelFactory.join(Source left,
Source right,
String joinType,
JoinCondition joinCondition)
|
| Methods in org.modeshape.jcr.query.model with parameters of type Join | |
|---|---|
void |
Visitors.AbstractVisitor.visit(Join obj)
|
void |
Visitors.WalkAllVisitor.visit(Join join)
|
void |
Visitors.ReadableVisitor.visit(Join join)
|
void |
Visitor.visit(Join obj)
|
| Uses of Join in org.modeshape.jcr.query.parse |
|---|
| Methods in org.modeshape.jcr.query.parse that return Join | |
|---|---|
protected Join |
BasicSqlQueryParser.join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
| Methods in org.modeshape.jcr.query.parse with parameters of type Join | |
|---|---|
protected boolean |
JcrSqlQueryParser.usesSelector(Join join,
SelectorName selector)
|
|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||