Uses of Class
org.apache.cayenne.query.Orderings
Packages that use Orderings
Package
Description
Property API
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 OrderingsModifier and TypeMethodDescriptionBaseProperty.ascInsensitives()
BaseProperty.ascs()
BaseProperty.descInsensitives()
BaseProperty.descs()
-
Uses of Orderings in org.apache.cayenne.query
Methods in org.apache.cayenne.query that return OrderingsModifier and TypeMethodDescriptionReturns Orderings with this Ordering followed by the provided next Ordering.Returns Orderings with this Ordering followed by the provided list of next Orderings.Adds the given sort ordering to the end of this list and returns "this" so it can be chained again.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 OrderingsModifier and TypeMethodDescriptionReturns Orderings with this Ordering followed by the provided list of next Orderings.Adds the given sort orderings to the end of this list and returns "this" so it can be chained again.