ObjectDB ObjectDB

notLike(x, pattern, escapeChar) - JPA CriteriaBuilder's method

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