Package | Description |
---|---|
org.modeshape.jcr.query.xpath |
The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries.
|
Modifier and Type | Field and Description |
---|---|
protected XPathToQueryTranslator.DepthMode |
XPathToQueryTranslator.RelativePathLikeExpressions.depthMode |
Modifier and Type | Method and Description |
---|---|
static XPathToQueryTranslator.DepthMode |
XPathToQueryTranslator.DepthMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathToQueryTranslator.DepthMode[] |
XPathToQueryTranslator.DepthMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RelativePathLikeExpressions(String[] paths,
int depth,
XPathToQueryTranslator.DepthMode depthMode) |
Copyright © 2008–2017 JBoss, a division of Red Hat. All rights reserved.