public class QueryUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
PROPERTY_PKID |
| Constructor and Description |
|---|
QueryUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createAssociation(String alias,
String property) |
static org.hibernate.criterion.SimpleExpression |
matchesPkid(String pkid) |
static Long |
parseToId(String id) |
static Set<Long> |
parseToIds(Set<String> ids) |
static final String PROPERTY_PKID
public static org.hibernate.criterion.SimpleExpression matchesPkid(String pkid)
public static Long parseToId(String id)
id - the id string to parse.Long.MIN_VALUE if string could not be parsed to type
long.Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.