|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedSelector | |
---|---|
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
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 NamedSelector in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query that return NamedSelector | |
---|---|
protected NamedSelector |
QueryBuilder.namedSelector(String nameWithOptionalAlias)
Convenience method that creates a NamedSelector object given a string that contains the selector name and
optionally an alias. |
Constructors in org.modeshape.jcr.query with parameters of type NamedSelector | |
---|---|
QueryBuilder.JoinClause(NamedSelector rightTable,
JoinType type)
|
Uses of NamedSelector in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return NamedSelector | |
---|---|
NamedSelector |
QueryObjectModelFactory.selector(String nodeTypeName,
String selectorName)
|
Methods in org.modeshape.jcr.query.model with parameters of type NamedSelector | |
---|---|
void |
Visitors.AbstractVisitor.visit(NamedSelector obj)
|
void |
Visitors.WalkAllVisitor.visit(NamedSelector selector)
|
void |
Visitors.ReadableVisitor.visit(NamedSelector selector)
|
void |
Visitor.visit(NamedSelector obj)
|
Uses of NamedSelector in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return NamedSelector | |
---|---|
protected NamedSelector |
BasicSqlQueryParser.parseNamedSelector(TokenStream tokens,
TypeSystem typeSystem)
|
Uses of NamedSelector in org.modeshape.jcr.query.validate |
---|
Methods in org.modeshape.jcr.query.validate with parameters of type NamedSelector | |
---|---|
void |
Validator.visit(NamedSelector obj)
|
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |