public interface Orderable
Modifier and Type | Method and Description |
---|---|
String |
getOrder()
The order by clause used during loading this plural attribute.
|
boolean |
isOrdered()
If the source of plural attribute is supposed to be applied the
ORDER BY when loading. |
boolean isOrdered()
ORDER BY
when loading.true
indicates to apply the ORDER BY
; false
means not.String getOrder()
OrderBy.value()
ORDER BY
fragment used during loading this plural attribute from DB.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.