public static class Operators.LikeOperator extends Object
构造器和说明 |
---|
LikeOperator() |
限定符和类型 | 方法和说明 |
---|---|
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() |
protected String |
toPattern(String value) |
<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
在接口中 Operators.Operator
Copyright © 2017. All rights reserved.