Package | Description |
---|---|
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.xpath |
The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries.
|
Modifier and Type | Method and Description |
---|---|
static RowExtractors.ExtractFromRow |
RowExtractors.extractorWith(RowExtractors.ExtractFromRow extractor,
Order order,
NullOrder nullOrder)
Create an extractor that has a
type factory with a comparator that sorts according to the specified order and null-order behavior. |
Constructor and Description |
---|
SingleOrderByOperandBuilder(QueryBuilder.OrderByBuilder builder,
Order order,
NullOrder nullOrder) |
Modifier and Type | Method and Description |
---|---|
static Order |
Order.forSymbol(String symbol)
Attempt to find the Order given a symbol.
|
Order |
Ordering.order() |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NullOrder |
NullOrder.defaultOrder(Order order) |
static <T> TypeSystem.TypeFactory<T> |
TypeSystem.with(TypeSystem.TypeFactory<T> original,
Order order,
NullOrder nullOrder)
|
Constructor and Description |
---|
Ordering(DynamicOperand operand,
Order order,
NullOrder nullOrder)
Create a new ordering specification, given the supplied operand and order.
|
Modifier and Type | Method and Description |
---|---|
protected Ordering |
BasicSqlQueryParser.ordering(DynamicOperand operand,
Order order,
NullOrder nullOrder) |
Modifier and Type | Method and Description |
---|---|
Order |
XPath.OrderBySpec.getOrder()
The order for this specification
|
Constructor and Description |
---|
OrderBySpec(Order order,
XPath.FunctionCall scoreFunction) |
OrderBySpec(Order order,
XPath.NameTest attributeName) |
OrderBySpec(Order order,
XPath.PathExpression path) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.