|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescendantNodeJoinCondition | |
---|---|
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. |
Uses of DescendantNodeJoinCondition in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return DescendantNodeJoinCondition | |
---|---|
DescendantNodeJoinCondition |
QueryObjectModelFactory.descendantNodeJoinCondition(String descendantSelectorName,
String ancestorSelectorName)
|
Methods in org.modeshape.jcr.query.model with parameters of type DescendantNodeJoinCondition | |
---|---|
void |
Visitors.AbstractVisitor.visit(DescendantNodeJoinCondition obj)
|
void |
Visitors.WalkAllVisitor.visit(DescendantNodeJoinCondition condition)
|
void |
Visitors.ReadableVisitor.visit(DescendantNodeJoinCondition condition)
|
void |
Visitor.visit(DescendantNodeJoinCondition obj)
|
Uses of DescendantNodeJoinCondition in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return DescendantNodeJoinCondition | |
---|---|
protected DescendantNodeJoinCondition |
BasicSqlQueryParser.descendantNodeJoinCondition(SelectorName ancestor,
SelectorName descendant)
|
Uses of DescendantNodeJoinCondition in org.modeshape.jcr.query.validate |
---|
Methods in org.modeshape.jcr.query.validate with parameters of type DescendantNodeJoinCondition | |
---|---|
void |
Validator.visit(DescendantNodeJoinCondition obj)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |