public class NotLike extends Object implements Comparator
CriteriaBuilder.notLike(javax.persistence.criteria.Expression<java.lang.String>, javax.persistence.criteria.Expression<java.lang.String>).| Constructor and Description |
|---|
NotLike() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
build(javax.persistence.criteria.CriteriaBuilder cb,
javax.persistence.criteria.Expression<?> x,
Object y) |
String |
toString() |
Copyright © 2018. All rights reserved.