JPA Method
in javax.persistence.criteria.CriteriaBuilder

Predicate notLike(
  Expression<String> x, 
  String pattern, 
  Expression<Character> escapeChar
)


Create a predicate for testing whether the expression does not satisfy the given pattern.
Parameters:
x - string expression
pattern - string
escapeChar - escape character expression
Return:
not-like predicate
Since:
JPA 2.0