Uses of Class
org.apache.cayenne.query.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
Modifier and TypeMethodDescriptionBaseProperty.ascInsensitives()
BaseProperty.ascs()
BaseProperty.descInsensitives()
BaseProperty.descs()
-
Uses of Orderings in org.apache.cayenne.query
Modifier 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.Modifier 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.