public static class Operators.GreaterEqualOperator extends Object
| Constructor and Description |
|---|
GreaterEqualOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected <ATTR> javax.persistence.criteria.Predicate |
buildPredicate(javax.persistence.criteria.Path<ATTR> attrPath,
javax.persistence.criteria.CriteriaBuilder cb,
ATTR[] attributes) |
protected <ATTR> void |
check(ATTR[] attributes) |
protected <ATTR> Class<ATTR> |
getAttributeType(javax.persistence.criteria.Path<ATTR> attrPath) |
Operators.Logical |
getLogical() |
<ATTR> javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Path<ATTR> attrPath,
javax.persistence.criteria.CriteriaBuilder cb,
ATTR[] attributes) |
protected <ATTR> javax.persistence.criteria.Predicate |
unsupported(javax.persistence.criteria.Path<ATTR> attrPath) |
public Operators.Logical getLogical()
protected <ATTR> javax.persistence.criteria.Predicate buildPredicate(javax.persistence.criteria.Path<ATTR> attrPath,
javax.persistence.criteria.CriteriaBuilder cb,
ATTR[] attributes)
protected <ATTR> void check(ATTR[] attributes)
protected <ATTR> Class<ATTR> getAttributeType(javax.persistence.criteria.Path<ATTR> attrPath)
protected <ATTR> javax.persistence.criteria.Predicate unsupported(javax.persistence.criteria.Path<ATTR> attrPath)
public <ATTR> javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Path<ATTR> attrPath,
javax.persistence.criteria.CriteriaBuilder cb,
ATTR[] attributes)
toPredicate in interface Operators.OperatorCopyright © 2018. All rights reserved.