Jakarta Persistence (JPA) Method

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


Create a predicate for testing whether the expression does not satisfy the given pattern.
Parameters:
x - string expression
pattern - string
escapeChar - escape character
Returns:
not-like predicate.
Since:
Jakarta Persistence (JPA) 1.0