|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JcrOrdering | |
---|---|
org.modeshape.jcr.query | |
org.modeshape.jcr.query.qom |
Uses of JcrOrdering in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query that return JcrOrdering | |
---|---|
protected JcrOrdering |
JcrSql2QueryParser.ordering(DynamicOperand operand,
Order order)
|
Methods in org.modeshape.jcr.query that return types with arguments of type JcrOrdering | |
---|---|
protected List<JcrOrdering> |
JcrSql2QueryParser.orderings(List<? extends Ordering> orderings)
|
Uses of JcrOrdering in org.modeshape.jcr.query.qom |
---|
Methods in org.modeshape.jcr.query.qom that return JcrOrdering | |
---|---|
JcrOrdering |
JcrQueryObjectModelFactory.ascending(DynamicOperand operand)
|
JcrOrdering |
JcrQueryObjectModelFactory.descending(DynamicOperand operand)
|
Methods in org.modeshape.jcr.query.qom that return types with arguments of type JcrOrdering | |
---|---|
List<? extends JcrOrdering> |
JcrSetQuery.orderings()
Return the orderings for this query. |
List<? extends JcrOrdering> |
JcrSelectQuery.orderings()
Return the orderings for this query. |
Constructor parameters in org.modeshape.jcr.query.qom with type arguments of type JcrOrdering | |
---|---|
JcrSelectQuery(JcrSource source,
JcrConstraint constraint,
List<? extends JcrOrdering> orderings,
List<? extends JcrColumn> columns,
JcrLimit limit,
boolean isDistinct)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
JcrSetQuery(JcrQueryCommand left,
SetQuery.Operation operation,
JcrQueryCommand right,
boolean all,
List<? extends JcrOrdering> orderings,
JcrLimit limit)
Create a set query involving the supplied left- and right-hand-side queries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |