public interface Orderable
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.java.lang.String getOrder()
OrderBy.value()ORDER BY fragment used during loading this plural attribute from DB.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.