LessThanOrEqual@Deprecated public class DateBeforeInclusive<T> extends PathSpecification<T>
path <= date where-clause.| Modifier and Type | Field and Description |
|---|---|
protected Converter |
converter |
path| Constructor and Description |
|---|
DateBeforeInclusive(String path,
String[] args,
Converter converter)
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, pathprotected Converter converter
public DateBeforeInclusive(String path, String[] args, Converter converter) throws ParseException
ParseExceptionpublic javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb)
Copyright © 2014–2017. All rights reserved.