Null@Deprecated public class IsNull<T> extends PathSpecification<T> implements ZeroArgSpecification
Filers with "is null" where clause (e.g. where nickName is null).
Does not require any http-parameters to be present, i.e. represents constant part of the query.
path| Constructor and Description |
|---|
IsNull(String path,
String[] args)
Deprecated.
|
| 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)
Deprecated.
|
equals, hashCode, pathpublic javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb)
toPredicate in interface org.springframework.data.jpa.domain.Specification<T>Copyright © 2014–2017. All rights reserved.