Uses of Class
org.apache.cayenne.query.Orderings
-
Packages that use Orderings Package Description org.apache.cayenne.exp.property Property APIorg.apache.cayenne.query Defines standard queries supported by Cayenne and extension mechanism to create custom queries. -
-
Uses of Orderings in org.apache.cayenne.exp.property
Methods in org.apache.cayenne.exp.property that return Orderings Modifier and Type Method Description OrderingsBaseProperty. ascInsensitives()OrderingsBaseProperty. ascs()OrderingsBaseProperty. descInsensitives()OrderingsBaseProperty. descs() -
Uses of Orderings in org.apache.cayenne.query
Methods in org.apache.cayenne.query that return Orderings Modifier and Type Method Description OrderingsOrdering. then(List<Ordering> nextOrderings)OrderingsOrdering. then(Ordering nextOrdering)Returns Orderings with this Ordering followed by the provided next Ordering.OrderingsOrdering. then(Orderings nextOrderings)Returns Orderings with this Ordering followed by the provided list of next Orderings.OrderingsOrderings. then(List<Ordering> nextOrderings)OrderingsOrderings. then(Ordering nextOrdering)Adds the given sort ordering to the end of this list and returns "this" so it can be chained again.OrderingsOrderings. then(Orderings nextOrderings)Adds the given sort orderings to the end of this list and returns "this" so it can be chained again.Methods in org.apache.cayenne.query with parameters of type Orderings Modifier and Type Method Description OrderingsOrdering. then(Orderings nextOrderings)Returns Orderings with this Ordering followed by the provided list of next Orderings.OrderingsOrderings. then(Orderings nextOrderings)Adds the given sort orderings to the end of this list and returns "this" so it can be chained again.
-