public class Null<T> extends PathSpecification<T>
Filers with "is null" or "is not null" where clause (e.g. where nickName is null).
Requires boolean parameter.
| Modifier and Type | Field and Description |
|---|---|
protected String |
expectedValue |
path| Constructor and Description |
|---|
Null(String path,
String[] httpParamValues,
Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaQuery<?> query,
javax.persistence.criteria.CriteriaBuilder cb) |
equals, hashCode, pathCopyright © 2014–2017. All rights reserved.