Package | Description |
---|---|
org.hippoecm.hst.content.beans.query.builder |
Modifier and Type | Method and Description |
---|---|
static HstQueryBuilder.Order |
HstQueryBuilder.Order.fromString(String order) |
static HstQueryBuilder.Order |
HstQueryBuilder.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HstQueryBuilder.Order[] |
HstQueryBuilder.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HstQueryBuilder |
HstQueryBuilder.orderBy(HstQueryBuilder.Order order,
String... fieldNames) |
HstQueryBuilder |
HstQueryBuilder.orderByCaseInsensitive(HstQueryBuilder.Order order,
String... fieldNames) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.