|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Join | |
|---|---|
| org.modeshape.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
| org.modeshape.graph.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 | |
| org.modeshape.jcr.query.qom | |
| Uses of Join in org.modeshape.graph.query.model |
|---|
| Methods in org.modeshape.graph.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.graph.query.parse |
|---|
| Methods in org.modeshape.graph.query.parse that return Join | |
|---|---|
protected Join |
SqlQueryParser.join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
| Uses of Join in org.modeshape.jcr.query |
|---|
| Methods in org.modeshape.jcr.query with parameters of type Join | |
|---|---|
protected boolean |
JcrSqlQueryParser.usesSelector(Join join,
SelectorName selector)
|
| Uses of Join in org.modeshape.jcr.query.qom |
|---|
| Subclasses of Join in org.modeshape.jcr.query.qom | |
|---|---|
class |
JcrJoin
Implementation of the join for the JCR Query Object Model and the Graph API. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||