public interface Orderable
Contact to define if a plural attribute source is orderable or not.
| 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()
If the source of plural attribute is supposed to be applied the ORDER BY when loading.
true indicates to apply the ORDER BY; false means not.String getOrder()
The order by clause used during loading this plural attribute.
<p/> If the ordering element is not specified, ordering by the primary key of the associated entity is assumed
ORDER BY fragment used during loading this plural attribute from DB.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.