public class Equal<T> extends PathSpecification<T>
Filters with equal where-clause (e.g. where firstName = "Homer").
Supports multiple field types: strings, numbers, booleans, enums, dates.
| Modifier and Type | Field and Description |
|---|---|
protected String |
expectedValue |
path| Constructor and Description |
|---|
Equal(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.