public class Sort extends Object
| Constructor and Description |
|---|
Sort() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Order[] |
buildQuery(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Root<Image> root) |
static Sort |
fromObjects(List<Map<String,Object>> input) |
static Sort |
fromString(String input) |
String |
toString() |
public static Sort fromString(String input) throws IOException
IOExceptionpublic javax.persistence.criteria.Order[] buildQuery(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Root<Image> root)
Copyright © 2023 LSST. All rights reserved.