JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.espirit.or.query.Order
Packages that use
Order
Package
Description
de.espirit.or.query
Uses of
Order
in
de.espirit.or.query
Methods in
de.espirit.or.query
that return types with arguments of type
Order
Modifier and Type
Method
Description
@NotNull
List
<
Order
>
Select.
getOrders
()
Returns an unmodifiable list of defined
orders
of this select.
Methods in
de.espirit.or.query
with parameters of type
Order
Modifier and Type
Method
Description
void
Select.
add
(@NotNull
Order
order)
Appends the given order criteria to the list of defined
orders
of this select.