|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SameNode | |
---|---|
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.graph.query.validate | This package provides the interfaces that define the tables and columns that can be queried. |
org.modeshape.jcr.query.qom |
Uses of SameNode in org.modeshape.graph.query.model |
---|
Methods in org.modeshape.graph.query.model with parameters of type SameNode | |
---|---|
void |
Visitors.AbstractVisitor.visit(SameNode obj)
|
void |
Visitors.WalkAllVisitor.visit(SameNode sameNode)
|
void |
Visitors.ReadableVisitor.visit(SameNode sameNode)
|
void |
Visitor.visit(SameNode obj)
|
Uses of SameNode in org.modeshape.graph.query.parse |
---|
Methods in org.modeshape.graph.query.parse that return SameNode | |
---|---|
protected SameNode |
SqlQueryParser.sameNode(SelectorName name,
String path)
|
Uses of SameNode in org.modeshape.graph.query.validate |
---|
Methods in org.modeshape.graph.query.validate with parameters of type SameNode | |
---|---|
void |
Validator.visit(SameNode obj)
|
Uses of SameNode in org.modeshape.jcr.query.qom |
---|
Subclasses of SameNode in org.modeshape.jcr.query.qom | |
---|---|
class |
JcrSameNode
Implementation of the same node constraint for the JCR Query Object Model and the Graph API. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |